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

  /dalvik/vm/
Globals.h 387 pthread_mutex_t threadSuspendCountLock;
393 * Paired with "threadSuspendCountLock".
399 * thread is suspended. Guarded by threadSuspendCountLock.
409 * (3) threadSuspendCountLock (use lockThreadSuspendCount())
Thread.c 248 * updates should go through this after aquiring threadSuspendCountLock.
281 dvmInitMutex(&gDvm.threadSuspendCountLock);
451 dvmLockMutex(&gDvm.threadSuspendCountLock);
459 dvmUnlockMutex(&gDvm.threadSuspendCountLock);
475 * which could grab threadSuspendCountLock. To avoid deadlock, threads
    [all...]

Completed in 766 milliseconds