Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/arm64/
H A Dkpc.c632 static uint32_t kpc_xread_sync; variable
647 if (os_atomic_dec(&kpc_xread_sync, relaxed) == 0) { in kpc_get_curcpu_counters_xcall()
648 thread_wakeup((event_t) &kpc_xread_sync); in kpc_get_curcpu_counters_xcall()
671 cpu_broadcast_xcall(&kpc_xread_sync, TRUE, kpc_get_curcpu_counters_xcall, &hdl); in kpc_get_all_cpus_counters()