Home | History | Annotate | Download | only in stack

Lines Matching refs:acquired

3212                     sipStack.getStackLogger().logDebug("Semaphore previously acquired at " + this.stackTrace);
3327 boolean acquired = false;
3329 acquired = this.timerTaskLock.tryAcquire(10, TimeUnit.SECONDS);
3331 acquired = false;
3333 if(!acquired) {