Searched refs:s_coreProfile (Results 1 – 1 of 1) sorted by relevance
33 static uint32_t s_coreProfile = 0; variable44 __atomic_store_n(&s_coreProfile, isCore ? 1 : 0, __ATOMIC_RELAXED); in setCoreProfile()48 return __atomic_load_n(&s_coreProfile, __ATOMIC_RELAXED) != 0; in isCoreProfile()