Home
last modified time | relevance | path

Searched refs:runBlocker (Results 1 – 1 of 1) sorted by relevance

/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
DCronetUrlRequestContextTest.java109 public RequestThread(String url, ConditionVariable runBlocker) { in RequestThread() argument
111 mRunBlocker = runBlocker; in RequestThread()
1396 ConditionVariable runBlocker = new ConditionVariable(false); in testInitTwoEnginesSimultaneously() local
1397 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() local
1413 RequestThread thread1 = new RequestThread(mUrl, runBlocker); in testInitTwoEnginesInSequence()
1414 RequestThread thread2 = new RequestThread(mUrl404, runBlocker); in testInitTwoEnginesInSequence()