Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/include/
H A Dusb_net_host.h141 struct OsalMutex sendNetLock; member
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c514 OsalMutexLock(&usbNet->sendNetLock); in UsbnetHostReadBulkCallback()
521 OsalMutexUnlock(&usbNet->sendNetLock); in UsbnetHostReadBulkCallback()
1102 OsalMutexInit(&usbNet->sendNetLock); in UsbnetHostOpen()
1390 OsalMutexDestroy(&usbNet->sendNetLock); in UsbnetHostRelease()