Home
last modified time | relevance | path

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

/drivers/peripheral/usb/sample/device/liteos/
Dacm_test.c47 static struct OsalMutex g_lock; variable
81 OsalMutexLock(&g_lock); in ReadThread()
83 OsalMutexUnlock(&g_lock); in ReadThread()
102 if (OsalMutexInit(&g_lock) != HDF_SUCCESS) { in Test02()
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_speed_test.c57 static struct OsalMutex g_lock; variable
65 OsalMutexLock(&g_lock); in SpeedTest()
77 OsalMutexUnlock(&g_lock); in SpeedTest()
117 if (OsalMutexInit(&g_lock) != HDF_SUCCESS) { in SpeedInit()