Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h57 struct OsalMutex listLock; member
/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()
/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()

Completed in 9 milliseconds