Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dkern_stackshot.c255 #define plh_lock(plh) while(!os_atomic_cmpxchg(&(plh)->plh_lock, 0, 1, acquire)) { loop_wait(); }
601 #define loop_wait() { loop_wait_noguard(); stackshot_panic_guard(); } macro
732 …_lock(buffer) while(!os_atomic_cmpxchg(&buffer->ssb_freelist_lock, 0, 1, acquire)) { loop_wait(); }
5861 loop_wait(); in do_stackshot()
6020 loop_wait(); in stackshot_cpu_work_on_queue()
6102 loop_wait(); in stackshot_aux_cpu_entry()