Home | History | Annotate | Download | only in sip

Lines Matching defs:eventMutex

55     private int[] eventMutex = { 0 };
60 synchronized (eventMutex) {
83 synchronized (this.eventMutex) {
89 eventMutex.notify();
100 synchronized (eventMutex) {
107 eventMutex.notify();
119 synchronized (this.eventMutex) {
122 this.eventMutex.notify();
465 synchronized (this.eventMutex) {
485 eventMutex.wait(threadHandle.getPingIntervalInMillisecs());