Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c70 static SoftBusMutex g_laneMutex; variable
78 return SoftBusMutexLock(&g_laneMutex); in Lock()
83 (void)SoftBusMutexUnlock(&g_laneMutex); in Unlock()
634 if (SoftBusMutexInit(&g_laneMutex, NULL) != SOFTBUS_OK) { in InitLane()
668 (void)SoftBusMutexDestroy(&g_laneMutex); in DeinitLane()