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

  /dalvik/vm/
Thread.cpp 267 dvmInitMutex(&gDvm.threadListLock);
391 dvmLockMutex(&gDvm.threadListLock);
405 return (dvmTryLockMutex(&gDvm.threadListLock) == 0);
413 dvmUnlockMutex(&gDvm.threadListLock);
897 * NOTE: The threadListLock must be held by the caller (needed for
    [all...]
Globals.h 430 * The threadListLock is used for several things, including the thread
432 * threadListLock when:
440 pthread_mutex_t threadListLock;
467 * This has to be separate from threadListLock because of the way
491 * (2) threadListLock (use dvmLockThreadList())
507 int nonDaemonThreadCount; /* must hold threadListLock to access */
Jni.cpp     [all...]

Completed in 348 milliseconds