HomeSort by relevance Sort by last modified time
    Searched refs:PtrdMutex (Results 1 - 2 of 2) sorted by null

  /external/srec/portable/include/
ptrd.h 74 typedef struct PtrdMutex_t PtrdMutex;
256 PORTABLE_API ESR_ReturnCode PtrdMutexCreate(PtrdMutex **mutex);
265 PORTABLE_API ESR_ReturnCode PtrdMutexDestroy(PtrdMutex *mutex);
277 PORTABLE_API ESR_ReturnCode PtrdMutexLockWithLine(PtrdMutex *mutex, const LCHAR *fname, int line);
297 PORTABLE_API ESR_ReturnCode PtrdMutexUnlock(PtrdMutex *mutex);
  /external/srec/portable/src/
plog.c 67 static PtrdMutex* Gmutex = NULL;

Completed in 66 milliseconds