Searched defs:tryKillThisWorkerThread (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java484 if (killThreads && tryKillThisWorkerThread(workerThread))
518 if (killThreads && tryKillThisWorkerThread(workerThread))
574 private boolean tryKillThisWorkerThread(TraditionalWorkerThread workerThread) method in class:TraditionalWorkQueue
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java483 if (killThreads && tryKillThisWorkerThread(workerThread))
517 if (killThreads && tryKillThisWorkerThread(workerThread))
573 private boolean tryKillThisWorkerThread(TraditionalWorkerThread workerThread) method in class:TraditionalWorkQueue
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java484 if (killThreads && tryKillThisWorkerThread(workerThread))
518 if (killThreads && tryKillThisWorkerThread(workerThread))
574 private boolean tryKillThisWorkerThread(TraditionalWorkerThread workerThread) method in class:TraditionalWorkQueue
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java484 if (killThreads && tryKillThisWorkerThread(workerThread))
518 if (killThreads && tryKillThisWorkerThread(workerThread))
574 private boolean tryKillThisWorkerThread(TraditionalWorkerThread workerThread) method in class:TraditionalWorkQueue
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTraditionalWorkQueue.java483 if (killThreads && tryKillThisWorkerThread(workerThread))
517 if (killThreads && tryKillThisWorkerThread(workerThread))
573 private boolean tryKillThisWorkerThread(TraditionalWorkerThread workerThread) method in class:TraditionalWorkQueue
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTraditionalWorkQueue.java452 if (killThreads && tryKillThisWorkerThread(workerThread))
485 if (killThreads && tryKillThisWorkerThread(workerThread))
536 private boolean tryKillThisWorkerThread(TraditionalWorkerThread workerThread) method in class:TraditionalWorkQueue

Completed in 151 milliseconds