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