Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dkern_stackshot.c251 #define plh_lock(plh) while(!os_atomic_cmpxchg(&(plh)->plh_lock, 0, 1, acquire)) { loop_wait(); }
593 #define loop_wait() { loop_wait_noguard(); stackshot_panic_guard(); } macro
724 …_lock(buffer) while(!os_atomic_cmpxchg(&buffer->ssb_freelist_lock, 0, 1, acquire)) { loop_wait(); }
5643 loop_wait(); in do_stackshot()
5797 loop_wait(); in stackshot_cpu_work_on_queue()
5879 loop_wait(); in stackshot_aux_cpu_entry()