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.java43 private static Thread sOwningThread = null; field in DexmakerShareClassLoaderRule
93 isOwner = (sOwningThread == null); in wrapInMutex()
95 sOwningThread = Thread.currentThread(); in wrapInMutex()
96 } else if (sOwningThread != Thread.currentThread()) { in wrapInMutex()
99 + ", but was already set from " + sOwningThread); in wrapInMutex()
110 sOwningThread = null; in wrapInMutex()