Home
last modified time | relevance | path

Searched refs:kThreadWaitSleepWithInheritor (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dblock_hint.h51 kThreadWaitSleepWithInheritor = 0x12, enumerator
H A Dlocks.c1391 thread_set_pending_block_hint(current_thread(), kThreadWaitSleepWithInheritor);
1674 assert(waitinfo->wait_type == kThreadWaitSleepWithInheritor); in kdp_sleep_with_inheritor_find_owner()
1730 thread_set_pending_block_hint(current_thread(), kThreadWaitSleepWithInheritor);
H A Dkern_stackshot.c6093 case kThreadWaitSleepWithInheritor: in stackshot_thread_wait_owner_info()
/xnu-11215/tools/lldbmacros/
H A Dkcdata.py1633 kThreadWaitSleepWithInheritor = 0x12 variable
1808 elif type == kThreadWaitSleepWithInheritor: