Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_huks_utils.c35 static pthread_mutex_t g_ceParamsLock = PTHREAD_MUTEX_INITIALIZER; variable
512 if (pthread_mutex_lock(&g_ceParamsLock) != SOFTBUS_OK) { in LnnGenerateCeKeyByHuks()
520 (void)pthread_mutex_unlock(&g_ceParamsLock); in LnnGenerateCeKeyByHuks()