Searched refs:runBlocker (Results 1 – 1 of 1) sorted by relevance
109 public RequestThread(String url, ConditionVariable runBlocker) { in RequestThread() argument111 mRunBlocker = runBlocker; in RequestThread()1396 ConditionVariable runBlocker = new ConditionVariable(false); in testInitTwoEnginesSimultaneously() local1397 RequestThread thread1 = new RequestThread(mUrl, runBlocker); in testInitTwoEnginesSimultaneously()1398 RequestThread thread2 = new RequestThread(mUrl404, runBlocker); in testInitTwoEnginesSimultaneously()1402 runBlocker.open(); in testInitTwoEnginesSimultaneously()1412 ConditionVariable runBlocker = new ConditionVariable(true); in testInitTwoEnginesInSequence() local1413 RequestThread thread1 = new RequestThread(mUrl, runBlocker); in testInitTwoEnginesInSequence()1414 RequestThread thread2 = new RequestThread(mUrl404, runBlocker); in testInitTwoEnginesInSequence()