Home
last modified time | relevance | path

Searched refs:my_id (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/tools/tests/zero-to-n/
H A Dzero-to-n.c93 static int thread_setup(uint32_t my_id);
548 thread_setup(uint32_t my_id) in thread_setup() argument
562 errc(EX_OSERR, ret, "pthread_setschedparam: %d", my_id); in thread_setup()
586 mach_assert_zero_t(my_id, kr); in thread_setup()
601 affinity.affinity_tag = my_id % 2; in thread_setup()
605 mach_assert_zero_t(my_id, kr); in thread_setup()
634 uint32_t my_id = (uint32_t)(uintptr_t)arg; in worker_thread() local
641 thread_setup(my_id); in worker_thread()
646 errc(EX_OSERR, kr, "os_workgroup_join from worker thread %d", my_id); in worker_thread()
651 if (my_id == 0) { in worker_thread()
[all …]
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_fsevents.c158 int32_t my_id; member
1381 watcher->my_id = i; in add_watcher()