Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dblock_hint.h54 } __attribute__((packed)) block_hint_t; typedef
56 _Static_assert(sizeof(block_hint_t) <= sizeof(short),
H A Dthread.h891 block_hint_t pending_block_hint;
892 block_hint_t block_hint; /* What type of primitive last caused us to block. */
H A Dsched_prim.h599 block_hint_t block_hint);
H A Dthread.c1600 block_hint_t block_hint, in thread_create_waiting_internal()
H A Dsched_prim.c7400 thread_set_pending_block_hint(thread_t thread, block_hint_t block_hint) in thread_set_pending_block_hint()
/xnu-8020.140.41/bsd/sys/
H A Dpthread_shims.h171 struct turnstile **tstore, thread_t owner, block_hint_t block_hint,
/xnu-8020.140.41/bsd/pthread/
H A Dpthread_shims.c228 thread_t owner, block_hint_t block_hint, uint64_t deadline) in psynch_wait_prepare()