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

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread_call.h293 #define THREAD_CALL_WAIT 0x02 macro
H A Dthread_call.c1119 if ((call->tc_flags & THREAD_CALL_WAIT) != 0) {
1121 call->tc_flags &= ~THREAD_CALL_WAIT;
1533 call->tc_flags |= THREAD_CALL_WAIT;

Completed in 65 milliseconds