Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dblock_hint.h35 kThreadWaitPortReceive = 0x02, enumerator
H A Dkern_stackshot.c6062 case kThreadWaitPortReceive: in stackshot_thread_wait_owner_info()
/xnu-11215/osfmk/ipc/
H A Dipc_mqueue.c1112 thread_set_pending_block_hint(thread, kThreadWaitPortReceive); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_port.c3366 assert(waitinfo->wait_type == kThreadWaitPortReceive); in kdp_mqueue_recv_find_owner()
/xnu-11215/tools/lldbmacros/
H A Dkcdata.py1617 kThreadWaitPortReceive = 0x02 variable
1719 elif type == kThreadWaitPortReceive:
/xnu-11215/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.m3277 [j[@"wait_type"] intValue] == kThreadWaitPortReceive) {