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

/forgerock/opendj2/src/server/org/opends/server/api/
H A DDirectoryThread.java188 private volatile AtomicReference<ThreadState> threadState = field in class:DirectoryThread
447 ThreadState currentState = this.threadState.get();
450 if (this.threadState.compareAndSet(currentState, newState))
454 currentState = this.threadState.get();
469 this.threadState.set(ThreadState.STOPPED);
471 return this.threadState;
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDirectoryThread.java189 private volatile AtomicReference<ThreadState> threadState = field in class:DirectoryThread
448 ThreadState currentState = this.threadState.get();
451 if (this.threadState.compareAndSet(currentState, newState))
455 currentState = this.threadState.get();
470 this.threadState.set(ThreadState.STOPPED);
472 return this.threadState;
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDirectoryThread.java188 private volatile AtomicReference<ThreadState> threadState = field in class:DirectoryThread
447 ThreadState currentState = this.threadState.get();
450 if (this.threadState.compareAndSet(currentState, newState))
454 currentState = this.threadState.get();
469 this.threadState.set(ThreadState.STOPPED);
471 return this.threadState;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DDirectoryThread.java177 private volatile AtomicReference<ThreadState> threadState = field in class:DirectoryThread
423 ThreadState currentState = this.threadState.get();
426 if (this.threadState.compareAndSet(currentState, newState))
430 currentState = this.threadState.get();
445 this.threadState.set(ThreadState.STOPPED);
447 return this.threadState;

Completed in 31 milliseconds