Home
last modified time | relevance | path

Searched refs:sOwningThread (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/testables/src/android/testing/
DDexmakerShareClassLoaderRule.java45 private static Thread sOwningThread = null; field in DexmakerShareClassLoaderRule
99 isOwner = (sOwningThread == null); in wrapInMutex()
101 sOwningThread = Thread.currentThread(); in wrapInMutex()
102 } else if (sOwningThread != Thread.currentThread()) { in wrapInMutex()
105 + ", but was already set from " + sOwningThread); in wrapInMutex()
116 sOwningThread = null; in wrapInMutex()