HomeSort by relevance Sort by last modified time
    Searched defs:lockMutex (Results 1 - 2 of 2) 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)
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 195 void RsdCpuReferenceImpl::lockMutex() {
241 lockMutex();
335 lockMutex();

Completed in 66 milliseconds