Searched refs:cpu_lock (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dprofile_prvd.c576 ASSERT(MUTEX_HELD(&cpu_lock));
619 ASSERT(MUTEX_HELD(&cpu_lock));
H A Ddtrace.c290 * There are two other locks in the mix: mod_lock and cpu_lock. With respect
291 * to dtrace_provider_lock and dtrace_lock, cpu_lock continues its historical
293 * With respect to dtrace_meta_lock, its behavior is stranger: cpu_lock must
315 * ASSERT(MUTEX_HELD(&cpu_lock));
317 * lck_mtx_assert(&cpu_lock, LCK_MTX_ASSERT_OWNED);
8092 * will acquire cpu_lock and dtrace_lock. We therefore need
8842 * cpu_lock and dtrace_lock; the fact that we are holding
10416 lck_mtx_assert(&cpu_lock, LCK_MTX_ASSERT_OWNED);
11377 lck_mtx_assert(&cpu_lock, LCK_MTX_ASSERT_OWNED);
12115 lck_mtx_assert(&cpu_lock, LCK_MTX_ASSERT_OWNE
[all...]
H A Ddtrace_glue.c227 lck_mtx_t cpu_lock; variable
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h107 extern lck_mtx_t cpu_lock;

Completed in 46 milliseconds