Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c209 SoftBusMutex g_ReqLock; variable
216 …CONN_CHECK_AND_RETURN_RET_LOGE(SoftBusMutexLock(&g_ReqLock) == SOFTBUS_OK, g_ReqId, CONN_COMMON, "… in ConnGetNewRequestId()
221 (void)SoftBusMutexUnlock(&g_ReqLock); in ConnGetNewRequestId()
555 CONN_CHECK_AND_RETURN_RET_LOGE(SoftBusMutexInit(&g_ReqLock, NULL) == SOFTBUS_OK, in ConnServerInit()
581 SoftBusMutexDestroy(&g_ReqLock); in ConnServerDeinit()