Home | History | Annotate | Download | only in vm

Lines Matching refs:threadSuspendCountLock

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
2448 &gDvm.threadSuspendCountLock);
2798 * Note we released the threadSuspendCountLock
3045 * Grab gDvm.threadSuspendCountLock. This gives us exclusive write
3048 lockThreadSuspendCount(); /* grab gDvm.threadSuspendCountLock */
3063 &gDvm.threadSuspendCountLock);
3682 gDvm.threadSuspendCountLock.value,