Home
last modified time | relevance | path

Searched refs:thread_block_on_regular_waitq_count (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dturnstile.c103 uint64_t thread_block_on_regular_waitq_count; variable
3126 os_atomic_inc(&thread_block_on_regular_waitq_count, relaxed); in turnstile_stats_update()
/xnu-8020.121.3/bsd/kern/
H A Dkern_sysctl.c5240 extern uint64_t thread_block_on_regular_waitq_count;
5265 &thread_block_on_regular_waitq_count, "thread blocked on regular waitq count");