Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dplog.c67 static PtrdMutex* Gmutex = NULL; variable
163 if ((rc = PtrdMutexCreate(&Gmutex)) != ESR_SUCCESS) in PLogInit()
179 if (Gmutex != NULL) in PLogInit()
181 PtrdMutexDestroy(Gmutex); in PLogInit()
182 Gmutex = NULL; in PLogInit()
219 if ((rc = PtrdMutexDestroy(Gmutex)) != ESR_SUCCESS) in PLogShutdown()
221 Gmutex = NULL; in PLogShutdown()
301 rc = PtrdMutexLock(Gmutex); in logIt()
401 PtrdMutexUnlock(Gmutex); in logIt()
409 PtrdMutexUnlock(Gmutex); in logIt()