Home
last modified time | relevance | path

Searched refs:kThreadWaitSemaphore (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dblock_hint.h39 kThreadWaitSemaphore = 0x06, enumerator
H A Dsync_sema.c690 thread_set_pending_block_hint(self, kThreadWaitSemaphore); in semaphore_wait_internal()
H A Dkern_stackshot.c6070 case kThreadWaitSemaphore: in stackshot_thread_wait_owner_info()
/xnu-11215/tests/
H A Dstackshot_block_owner_14362384.m544 if (curr->wait_type == kThreadWaitSemaphore)
584 …T_EXPECT_EQ(waitinfo.wait_type, kThreadWaitSemaphore, "Wait type should match expected Semaphore v…
717 if (curr->wait_type == kThreadWaitSemaphore)
/xnu-11215/tools/lldbmacros/
H A Dkcdata.py1621 kThreadWaitSemaphore = 0x06 variable
1755 elif type == kThreadWaitSemaphore: