Home | History | Annotate | Download | only in src

Lines Matching full:gmutex

67 static PtrdMutex* Gmutex = NULL;
163 if ((rc = PtrdMutexCreate(&Gmutex)) != ESR_SUCCESS)
179 if (Gmutex != NULL)
181 PtrdMutexDestroy(Gmutex);
182 Gmutex = NULL;
219 if ((rc = PtrdMutexDestroy(Gmutex)) != ESR_SUCCESS)
221 Gmutex = NULL;
301 rc = PtrdMutexLock(Gmutex);
401 PtrdMutexUnlock(Gmutex);
409 PtrdMutexUnlock(Gmutex);