Searched refs:g_mutexTest (Results 1 – 2 of 2) sorted by relevance
61 struct OsalMutex g_mutexTest; variable104 int ret = OsalMutexTimedLock(&g_mutexTest, g_waitMutexTime); in ThreadTest1()109 ret = OsalMutexUnlock(&g_mutexTest); in ThreadTest1()156 int ret = OsalMutexTimedLock(&g_mutexTest, g_waitMutexTime); in ThreadTest2()161 ret = OsalMutexUnlock(&g_mutexTest); in ThreadTest2()421 ret = OsalMutexTimedLock(&g_mutexTest, g_waitMutexTime); in ThreadTest()425 ret = OsalMutexUnlock(&g_mutexTest); in ThreadTest()471 ret = OsalMutexInit(&g_mutexTest); in OsaThreadTest()
55 struct OsalMutex g_mutexTest; variable97 ret = OsalMutexTimedLock(&g_mutexTest, g_waitMutexTime); in ThreadTest1()106 ret = OsalMutexUnlock(&g_mutexTest); in ThreadTest1()155 ret = OsalMutexTimedLock(&g_mutexTest, g_waitMutexTime); in ThreadTest2()164 ret = OsalMutexUnlock(&g_mutexTest); in ThreadTest2()604 ret = OsalMutexTimedLock(&g_mutexTest, g_waitMutexTime); in ThreadTest()608 ret = OsalMutexUnlock(&g_mutexTest); in ThreadTest()691 ret = OsalMutexInit(&g_mutexTest); in OsaThreadTest()