Searched refs:exclusiveThread (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DCardImpl.java63 private volatile Thread exclusiveThread; field in class:CardImpl
181 Thread t = exclusiveThread;
193 if (exclusiveThread != null) {
196 + exclusiveThread.getName());
204 exclusiveThread = Thread.currentThread();
209 if (exclusiveThread != Thread.currentThread()) {
219 exclusiveThread = null;
254 exclusiveThread = null;

Completed in 56 milliseconds