Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/dev/arm64/
H A Ddtrace_isa.c97 static uint32_t dt_xc_sync; variable
114 if (os_atomic_dec(&dt_xc_sync, relaxed) == 0) { in xcRemote()
115 thread_wakeup((event_t) &dt_xc_sync); in xcRemote()
134 cpu_broadcast_xcall(&dt_xc_sync, TRUE, xcRemote, (void*) &xcArg); in dtrace_xcall()