Searched refs:syncObj (Results 1 – 3 of 3) sorted by relevance
44 public static final Object syncObj = new Object(); field in TestEventHandler140 synchronized (syncObj) { in requestSent()141 syncObj.notifyAll(); in requestSent()431 synchronized (syncObj) { in endData()432 syncObj.notifyAll(); in endData()482 synchronized (syncObj) { in error()483 syncObj.notifyAll(); in error()575 synchronized (syncObj) { in waitForRequestResponse()577 syncObj.wait(); in waitForRequestResponse()596 synchronized (syncObj) { in waitForRequestSent()[all …]
40 synchronized (RequestAPITest.syncObj) { in decrementRunCount()41 RequestAPITest.syncObj.notifyAll(); in decrementRunCount()
46 public static Object syncObj = new Object(); field in RequestAPITest