Searched refs:th_to_park (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c1725 thread_t th_to_park = THREAD_NULL; local
1742 if ((th_to_park = thread) == THREAD_NULL)
1800 th_to_park = thread;
1910 if (th_to_park == THREAD_NULL) {
1924 uth = get_bsdthread_info(th_to_park);
1942 KERNEL_DEBUG1(0xefffd018 | DBG_FUNC_START, (int)current_thread(), wq->wq_threads_scheduled, 0, 0, (int)th_to_park);

Completed in 82 milliseconds