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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.h235 #define THREAD_CALL_ALLOC 0x01 macro
H A Dthread_call.c746 call->tc_flags = THREAD_CALL_ALLOC;
966 if ((call->tc_flags & THREAD_CALL_ALLOC) == 0) {
1187 if ((call->tc_flags & THREAD_CALL_ALLOC) != 0) {
1446 assert(call->tc_flags & THREAD_CALL_ALLOC);

Completed in 23 milliseconds