Searched refs:thread_ids (Results 1 – 2 of 2) sorted by relevance
176 pthread_t thread_ids[thread_num]; in subtest_task_iters() local189 ASSERT_OK(pthread_create(&thread_ids[i], NULL, &do_nothing_wait, NULL), in subtest_task_iters()200 ASSERT_OK(pthread_join(thread_ids[i], &ret), "pthread_join"); in subtest_task_iters()
182 thread_id_t thread_ids[], zone_count_t count) in assign_thread_ids() argument187 thread_ids[zone] = config->thread_count++; in assign_thread_ids()317 static bool get_zone_thread_name(const thread_id_t thread_ids[], zone_count_t count, in get_zone_thread_name() argument321 if (id >= thread_ids[0]) { in get_zone_thread_name()322 thread_id_t index = id - thread_ids[0]; in get_zone_thread_name()
Completed in 27 milliseconds