Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dkpc_arm.c759 static uint32_t kpc_config_sync; variable
777 if (os_atomic_dec(&kpc_config_sync, relaxed) == 0) { in kpc_set_config_xcall()
778 thread_wakeup((event_t) &kpc_config_sync); in kpc_set_config_xcall()
786 cpu_broadcast_xcall(&kpc_config_sync, TRUE, kpc_set_config_xcall, mp_config); in kpc_set_config_arch()