Home
last modified time | relevance | path

Searched refs:g_laneModelMutex (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_model.c46 static SoftBusMutex g_laneModelMutex; variable
50 return SoftBusMutexLock(&g_laneModelMutex); in ModelLock()
55 (void)SoftBusMutexUnlock(&g_laneModelMutex); in ModelUnlock()
251 if (SoftBusMutexInit(&g_laneModelMutex, NULL) != SOFTBUS_OK) { in InitLaneModel()
286 (void)SoftBusMutexDestroy(&g_laneModelMutex); in DeinitLaneModel()