Searched refs:g_Mutex (Results 1 – 3 of 3) sorted by relevance
156 oslMutex g_Mutex = NULL; variable160 if (g_Mutex == NULL) in osl_getGlobalMutex()161 g_Mutex = osl_createMutex(); in osl_getGlobalMutex()162 return &g_Mutex; in osl_getGlobalMutex()
49 extern oslMutex g_Mutex;196 g_Mutex = osl_createMutex();232 osl_destroyMutex( g_Mutex );
197 oslMutex g_Mutex; variable201 return &g_Mutex; in osl_getGlobalMutex()
Completed in 13 milliseconds