Home
last modified time | relevance | path

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

/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c34 struct OsalMutex g_stopIoLock; variable
68 OsalMutexLock(&g_stopIoLock); in UsbIoThread()
70 OsalMutexUnlock(&g_stopIoLock); in UsbIoThread()
84 OsalMutexInit(&g_stopIoLock); in UsbStartIo()
86 OsalMutexLock(&g_stopIoLock); in UsbStartIo()
88 OsalMutexUnlock(&g_stopIoLock); in UsbStartIo()
118 OsalMutexLock(&g_stopIoLock); in UsbStopIo()
120 OsalMutexUnlock(&g_stopIoLock); in UsbStopIo()
139 OsalMutexDestroy(&g_stopIoLock); in UsbStopIo()

Completed in 2 milliseconds