OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 3960 milliseconds