Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dsched_hygiene.h55 STATIC_IF_KEY_DECLARE_TRUE(sched_debug_pmc);
56 STATIC_IF_KEY_DECLARE_TRUE(sched_debug_preemption_disable);
58 STATIC_IF_KEY_DECLARE_TRUE(sched_debug_interrupt_disable);
H A Dassert.h123 STATIC_IF_KEY_DECLARE_TRUE(mach_assert);
H A Dlock_rw.h198 STATIC_IF_KEY_DECLARE_TRUE(lck_rw_assert);
/xnu-11417.121.6/osfmk/machine/
H A Dstatic_if.h73 #define STATIC_IF_KEY_DECLARE_TRUE(name) \ macro