Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dkern_stackshot.c258 #define plh_lock(plh) while(!os_atomic_cmpxchg(&(plh)->plh_lock, 0, 1, acquire)) { loop_wait(); }
607 #define loop_wait() { loop_wait_noguard(); stackshot_panic_guard(); } macro
738 …_lock(buffer) while(!os_atomic_cmpxchg(&buffer->ssb_freelist_lock, 0, 1, acquire)) { loop_wait(); }
5934 loop_wait(); in do_stackshot()
6093 loop_wait(); in stackshot_cpu_work_on_queue()
6175 loop_wait(); in stackshot_aux_cpu_entry()