Searched refs:sOwningThread (Results 1 – 1 of 1) sorted by relevance
43 private static Thread sOwningThread = null; field in DexmakerShareClassLoaderRule93 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()