Home
last modified time | relevance | path

Searched refs:g_Mutex (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dmutex.c156 oslMutex g_Mutex = NULL; variable
160 if (g_Mutex == NULL) in osl_getGlobalMutex()
161 g_Mutex = osl_createMutex(); in osl_getGlobalMutex()
162 return &g_Mutex; in osl_getGlobalMutex()
/trunk/main/sal/osl/w32/
H A Ddllentry.c49 extern oslMutex g_Mutex;
196 g_Mutex = osl_createMutex();
232 osl_destroyMutex( g_Mutex );
H A Dmutex.c197 oslMutex g_Mutex; variable
201 return &g_Mutex; in osl_getGlobalMutex()

Completed in 10 milliseconds