Home | History | Annotate | Download | only in stack

Lines Matching refs:Semaphore

47 import java.util.concurrent.Semaphore;
131 private Semaphore semaphore;
332 this.semaphore = new Semaphore(1,true);
1130 * semaphore gaurds re-entrancy to the transaction.
1140 retval = this.semaphore.tryAcquire(1000, TimeUnit.MILLISECONDS);
1157 * Release the transaction semaphore.
1181 this.semaphore.release();