Home
last modified time | relevance | path

Searched refs:kThreadWaitPortReceive (Results 1 – 7 of 7) sorted by relevance

/xnu-10002.61.3/osfmk/kern/
H A Dblock_hint.h35 kThreadWaitPortReceive = 0x02, enumerator
H A Dkern_stackshot.c3780 case kThreadWaitPortReceive: in stackshot_thread_wait_owner_info()
/xnu-10002.61.3/osfmk/ipc/
H A Dipc_mqueue.c1044 thread_set_pending_block_hint(thread, kThreadWaitPortReceive); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_port.c3369 assert(waitinfo->wait_type == kThreadWaitPortReceive); in kdp_mqueue_recv_find_owner()
/xnu-10002.61.3/tools/lldbmacros/
H A Dkcdata.py1521 kThreadWaitPortReceive = 0x02 variable
1612 elif type == kThreadWaitPortReceive:
/xnu-10002.61.3/tests/
H A Dstackshot_block_owner_14362384.m628 …T_EXPECT_EQ(waitinfo.wait_type, kThreadWaitPortReceive, "Wait type should match expected PortRecei…
H A Dstackshot_tests.m3012 [j[@"wait_type"] intValue] == kThreadWaitPortReceive) {