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

  /dalvik/vm/
Thread.cpp 271 dvmInitMutex(&gDvm.threadSuspendCountLock);
343 dvmLockMutex(&gDvm.threadSuspendCountLock);
351 dvmUnlockMutex(&gDvm.threadSuspendCountLock);
367 * which could grab threadSuspendCountLock. To avoid deadlock, threads
    [all...]
Globals.h 476 pthread_mutex_t threadSuspendCountLock;
482 * Paired with "threadSuspendCountLock".
488 * threadSuspendCountLock.
498 * (3) threadSuspendCountLock (use lockThreadSuspendCount())

Completed in 91 milliseconds