Home
last modified time | relevance | path

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

/drivers/peripheral/display/buffer/vdi_base/include/
H A Ddisplay_gralloc_gbm.h54 pthread_mutex_lock(&g_lock); \
60 pthread_mutex_unlock(&g_lock); \
65 pthread_mutex_lock(&g_lock); \
70 pthread_mutex_unlock(&g_lock); \
/drivers/peripheral/usb/sample/device/liteos/
H A 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/
H A 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()
/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_gralloc_gbm.cpp46 static pthread_mutex_t g_lock; member

Completed in 2 milliseconds