Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_thread.c29 static pthread_mutex_t g_adapterStaticLock = PTHREAD_MUTEX_INITIALIZER; variable
48 if (pthread_mutex_lock(&g_adapterStaticLock) != 0) { in SoftBusMutexInit()
53 (void)pthread_mutex_unlock(&g_adapterStaticLock); in SoftBusMutexInit()
60 (void)pthread_mutex_unlock(&g_adapterStaticLock); in SoftBusMutexInit()
83 (void)pthread_mutex_unlock(&g_adapterStaticLock); in SoftBusMutexInit()
88 (void)pthread_mutex_unlock(&g_adapterStaticLock); in SoftBusMutexInit()