Home
last modified time | relevance | path

Searched refs:g_ctrlLaneMutex (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_ctrl_lane.c45 static SoftBusMutex g_ctrlLaneMutex; variable
52 return SoftBusMutexLock(&g_ctrlLaneMutex); in Lock()
57 (void)SoftBusMutexUnlock(&g_ctrlLaneMutex); in Unlock()
412 if (SoftBusMutexInit(&g_ctrlLaneMutex, NULL) != SOFTBUS_OK) { in CtrlInit()
419 (void)SoftBusMutexDestroy(&g_ctrlLaneMutex); in CtrlInit()
442 (void)SoftBusMutexDestroy(&g_ctrlLaneMutex); in CtrlDeinit()