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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_pset.c457 assert((self->ith_state = MACH_RCV_IN_PROGRESS) == MACH_RCV_IN_PROGRESS);
467 assert(self->ith_state != MACH_RCV_IN_PROGRESS);
H A Dipc_mqueue.c270 if (th->ith_state != MACH_RCV_IN_PROGRESS) {
533 if (receiver->ith_state != MACH_RCV_IN_PROGRESS) {
861 thread->ith_state = MACH_RCV_IN_PROGRESS;
/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h720 #define MACH_RCV_IN_PROGRESS 0x10004001 macro

Completed in 14 milliseconds