HomeSort by relevance Sort by last modified time
    Searched refs:lockMutex (Results 1 - 4 of 4) 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);
  /dalvik/vm/alloc/
HeapWorker.c 199 static void lockMutex(pthread_mutex_t *mu)
249 lockMutex(&gDvm.heapWorkerLock);
332 lockMutex(&gDvm.heapWorkerLock);
337 lockMutex(&gDvm.heapWorkerLock);

Completed in 1829 milliseconds