Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c151 static pthread_mutex_t g_mutexAtom = PTHREAD_MUTEX_INITIALIZER; variable
159 (void)pthread_mutex_lock(&g_mutexAtom); in AtomInc()
161 (void)pthread_mutex_unlock(&g_mutexAtom); in AtomInc()
173 (void)pthread_mutex_lock(&g_mutexAtom); in AtomDecAndCompareWithZero()
178 (void)pthread_mutex_unlock(&g_mutexAtom); in AtomDecAndCompareWithZero()