Searched refs:eventMutex (Results 1 – 1 of 1) sorted by relevance
55 private int[] eventMutex = { 0 }; field in EventScanner60 synchronized (eventMutex) { in incrementRefcount()83 synchronized (this.eventMutex) { in addEvent()89 eventMutex.notify(); in addEvent()100 synchronized (eventMutex) { in stop()107 eventMutex.notify(); in stop()119 synchronized (this.eventMutex) { in forceStop()122 this.eventMutex.notify(); in forceStop()465 synchronized (this.eventMutex) { in run()485 eventMutex.wait(threadHandle.getPingIntervalInMillisecs()); in run()