Home
last modified time | relevance | path

Searched refs:MACH_PEEK_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/ipc/
H A Dipc_mqueue.c268 if (th->ith_state == MACH_PEEK_IN_PROGRESS) { in ipc_mqueue_add_locked()
750 if (receiver->ith_state == MACH_PEEK_IN_PROGRESS && mqueue->imq_msgcount > 0) { in ipc_mqueue_post()
1074 thread->ith_state = MACH_PEEK_IN_PROGRESS; in ipc_mqueue_receive_on_thread_and_unlock()
/xnu-11215/osfmk/mach/
H A Dmessage.h1419 #define MACH_PEEK_IN_PROGRESS 0x10008001 macro