Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dkern_stackshot.c246 #define plh_lock(plh) while(!os_atomic_cmpxchg(&(plh)->plh_lock, 0, 1, acquire)) { loop_wait(); }
588 #define loop_wait() { loop_wait_noguard(); stackshot_panic_guard(); } macro
719 …_lock(buffer) while(!os_atomic_cmpxchg(&buffer->ssb_freelist_lock, 0, 1, acquire)) { loop_wait(); }
5614 loop_wait(); in do_stackshot()
5768 loop_wait(); in stackshot_cpu_work_on_queue()
5850 loop_wait(); in stackshot_aux_cpu_entry()