Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kern/
H A Dkern_perfmon.c49 _Atomic perfmon_config_t active_configs[perfmon_kind_max] = { NULL }; variable
233 if (!os_atomic_cmpxchg(&active_configs[kind], NULL, config, acq_rel)) { in perfmon_configure()
253 if (!os_atomic_cmpxchg(&active_configs[kind], config, NULL, acq_rel)) { in perfmon_config_destroy()