Searched refs:active_configs (Results 1 – 1 of 1) sorted by relevance
49 _Atomic perfmon_config_t active_configs[perfmon_kind_max] = { NULL }; variable233 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()