Searched defs:threadSuspendCountLock (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DGlobals.h387 pthread_mutex_t threadSuspendCountLock; member in struct:DvmGlobals
393 * Paired with "threadSuspendCountLock".
399 * thread is suspended. Guarded by threadSuspendCountLock.
409 * (3) threadSuspendCountLock (use lockThreadSuspendCount())

Completed in 550 milliseconds