Searched refs:my_id (Results 1 – 2 of 2) sorted by relevance
88 static int thread_setup(uint32_t my_id);478 thread_setup(uint32_t my_id) in thread_setup() argument492 errc(EX_OSERR, ret, "pthread_setschedparam: %d", my_id); in thread_setup()516 mach_assert_zero_t(my_id, kr); in thread_setup()531 affinity.affinity_tag = my_id % 2; in thread_setup()535 mach_assert_zero_t(my_id, kr); in thread_setup()564 uint32_t my_id = (uint32_t)(uintptr_t)arg; in worker_thread() local571 thread_setup(my_id); in worker_thread()574 if (my_id == 0) { in worker_thread()594 mach_assert_zero_t(my_id, kr); in worker_thread()[all …]
147 int32_t my_id; member1306 watcher->my_id = i; in add_watcher()