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

  /external/srec/portable/include/
pmutex.h 50 #define createMutex(mutex, locked) \
51 (*mutex = CreateMutex(NULL, locked, NULL)) == 0 ? ESR_MUTEX_CREATION_ERROR : ESR_SUCCESS
76 #define createMutex(mutex, locked) createMutex_posix(mutex, locked)
89 #define createMutex(mutex, locked) (ESR_SUCCESS)
  /external/srec/portable/src/
pmemory_ext.c 222 if (createMutex(&memextMutex) == ESR_SUCCESS)
pmemory.c 241 /* it is not thread safe: hard to protect the createMutex()
253 init_status = createMutex(&memMutex, ESR_FALSE);

Completed in 803 milliseconds