Home
last modified time | relevance | path

Searched refs:kThreadWaitPortSend (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dblock_hint.h37 kThreadWaitPortSend = 0x04, enumerator
H A Dkern_stackshot.c6066 case kThreadWaitPortSend: in stackshot_thread_wait_owner_info()
/xnu-11215/osfmk/ipc/
H A Dipc_mqueue.c504 thread_set_pending_block_hint(cur_thread, kThreadWaitPortSend); in ipc_mqueue_send_locked()
H A Dipc_port.c3288 assert(waitinfo->wait_type == kThreadWaitPortSend); in kdp_mqueue_send_find_owner()
/xnu-11215/tools/lldbmacros/
H A Dkcdata.py1619 kThreadWaitPortSend = 0x04 variable
1737 elif type == kThreadWaitPortSend:
/xnu-11215/tests/
H A Dstackshot_block_owner_14362384.m640 …T_EXPECT_EQ(waitinfo.wait_type, kThreadWaitPortSend, "Wait type should match expected PortSend val…