Home | History | Annotate | Download | only in sip

Lines Matching defs:stackSemaphore

464 	private Semaphore stackSemaphore = new Semaphore(1);
1483 return this.stackSemaphore.tryAcquire(10, TimeUnit.SECONDS);
1490 this.stackSemaphore.release();