Searched refs:thread_ids (Results 1 – 2 of 2) sorted by relevance
176 pthread_t thread_ids[thread_num]; in subtest_task_iters() local 189 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()
177 thread_id_t thread_ids[], zone_count_t count) in assign_thread_ids() argument182 thread_ids[zone] = config->thread_count++; in assign_thread_ids()292 static bool get_zone_thread_name(const thread_id_t thread_ids[], zone_count_t count, in get_zone_thread_name() argument296 if (id >= thread_ids[0]) { in get_zone_thread_name()297 thread_id_t index = id - thread_ids[0]; in get_zone_thread_name()