Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_fsm.cpp43 pthread_mutex_t listLock; member
53 FSM_LOCK(g_fsmContext.listLock); in FsmCheckInstanceExist()
58 FSM_UNLOCK(g_fsmContext.listLock); in FsmCheckInstanceExist()
62 FSM_UNLOCK(g_fsmContext.listLock); in FsmCheckInstanceExist()
68 FSM_LOCK(g_fsmContext.listLock); in FsmAddInstance()
72 FSM_UNLOCK(g_fsmContext.listLock); in FsmAddInstance()
77 FSM_LOCK(g_fsmContext.listLock); in FsmDelInstance()
87 FSM_UNLOCK(g_fsmContext.listLock); in FsmDelInstance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_event_manager.cpp69 std::unique_lock<std::mutex> listLock(listMutex_); in DumpAllEventParam() local
128 std::unique_lock<std::mutex> listLock(listMutex_); in UpdateParam() local
148 std::unique_lock<std::mutex> listLock(listMutex_); in AddEvent() local
168 std::unique_lock<std::mutex> listLock(listMutex_); in RemoveEvent() local
180 std::unique_lock<std::mutex> listLock(listMutex_); in EventReport() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/
H A Dpin_core.c25 OsalSpinlock listLock; member
40 ret = OsalSpinLockIrqSave(&g_pinmanager->listLock, &g_pinmanager->irqSave); in PinCntlrListGet()
51 ret = OsalSpinUnlockIrqRestore(&g_pinmanager->listLock, &g_pinmanager->irqSave); in PinCntlrListPut()
726 OsalSpinInit(&g_pinmanager->listLock); in pinManagerInit()
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h57 struct OsalMutex listLock; member
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c75 OsalMutexLock((struct OsalMutex *)&interfaceObj->listLock); in IfDestroyPipeObj()
91 OsalMutexUnlock((struct OsalMutex *)&interfaceObj->listLock); in IfDestroyPipeObj()
105 OsalMutexInit(&interfaceObj->listLock); in IfInterfaceObjInit()
126 OsalMutexDestroy(&interfaceObj->listLock); in IfFreeInterfaceObj()
260 OsalMutexLock((struct OsalMutex *)&interfaceObj->listLock); in IfFindPipeObj()
281 OsalMutexUnlock((struct OsalMutex *)&interfaceObj->listLock); in IfFindPipeObj()
840 OsalMutexLock((struct OsalMutex *)&interfaceObj->listLock); in UsbIfCreatPipeObj()
842 OsalMutexUnlock((struct OsalMutex *)&interfaceObj->listLock); in UsbIfCreatPipeObj()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent_proxy.cpp394 std::lock_guard<std::mutex> listLock(sensorInfoMutex_); in GetAllSensors() local