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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.c1214 if (th->funnel_state & TH_FN_OWNED) {
1230 funnel_state_prev = ((cur_thread->funnel_state & TH_FN_OWNED) == TH_FN_OWNED);
1243 cur_thread->funnel_state |= TH_FN_OWNED;
1248 cur_thread->funnel_state &= ~TH_FN_OWNED;
H A Dthread.h165 #define TH_FN_OWNED 0x1 /* we own the funnel */ macro
H A Dsched_prim.c1442 if ((thread)->funnel_state & TH_FN_OWNED) { \
1461 (thread)->funnel_state = TH_FN_OWNED; \
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s74 #define TH_FN_OWNED 0x01 define

Completed in 28 milliseconds