Searched refs:root_ids (Results 1 – 1 of 1) sorted by relevance
171 int *root_ids = (int*)malloc(sizeof(int) * num_roots); in main() local181 *(root_ids + i) = i; in main()182 pthread_create(roots + i, NULL, thread_func, root_ids + i); in main()185 *root_ids = 0; in main()186 thread_func(root_ids); in main()194 free(root_ids); in main()