Home
last modified time | relevance | path

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

/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, "lock failed"); in ConnGetNewRequestId()
221 (void)SoftBusMutexUnlock(&g_ReqLock); in ConnGetNewRequestId()
555 CONN_CHECK_AND_RETURN_RET_LOGE(SoftBusMutexInit(&g_ReqLock, NULL) == SOFTBUS_OK, in ConnServerInit()
556 SOFTBUS_CONN_INTERNAL_ERR, CONN_COMMON, "g_ReqLock init lock failed."); in ConnServerInit()
581 SoftBusMutexDestroy(&g_ReqLock); in ConnServerDeinit()

Completed in 1 milliseconds