Home | History | Annotate | Download | only in sip

Lines Matching full:semaphore

54 import java.util.concurrent.Semaphore;
463 // Stack semaphore (global lock).
464 private Semaphore stackSemaphore = new Semaphore(1);