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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c1724 thread_t th_to_run = THREAD_NULL; local
1760 th_to_run = thread;
1830 th_to_run = tl->th_thread;
1867 if (thread != th_to_run) {
1908 wq_runitem(p, item, th_to_run, tl, reuse_thread, wake_thread, (thread == th_to_run));

Completed in 73 milliseconds