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

  /external/srec/portable/include/
pmutex.h 53 #define lockMutex(mutex) waitForHandle(mutex, INFINITE)
78 #define lockMutex(mutex) (pthread_mutex_lock(mutex) == 0 ? ESR_SUCCESS : ESR_FATAL_ERROR)
91 #define lockMutex(mutex) ((void) 0)
  /external/srec/portable/src/
pmemory_ext.c 259 lockMutex(&memextMutex);
308 lockMutex(&memextMutex);
pmemory.c 332 lockMutex(&memMutex);
346 lockMutex(&memMutex);
379 lockMutex(&memMutex);
399 lockMutex(&memMutex);
486 lockMutex(&memMutex);
590 lockMutex(&memMutex);
775 lockMutex(&memMutex);
898 lockMutex(&memMutex);

Completed in 56 milliseconds