Searched refs:workAt (Results 1 – 2 of 2) sorted by relevance
90 synchronized(workAt) { in testThreadAsync()93 while(!workAt._notified) in testThreadAsync()94 workAt.wait(); in testThreadAsync()111 synchronized(workAt) { in testDynamicThreadSync()115 workAt.wait(); in testDynamicThreadSync()176 synchronized(workAt) { in testDynamicThreadAsyncSyncOrder()180 workAt.wait(); in testDynamicThreadAsyncSyncOrder()238 synchronized (workAt) { in testStress()240 workAt.wait(); in testStress()328 synchronized(workAt) { in testAsyncSync()[all …]
128 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadExecutesAsyncs() local141 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadExecutesAsyncs() local149 TestWorkAt workAt = new TestWorkAt(); in testExecuteJobs() local151 synchronized (workAt) { in testExecuteJobs()160 while (!workAt._notified) { in testExecuteJobs()161 workAt.wait(); in testExecuteJobs()173 testSendRequests(workAt, "syncCall", in testAsyncJobQueue()175 synchronized (workAt) { in testAsyncJobQueue()177 new Job(workAt, __iReceiver, in testAsyncJobQueue()184 while (!workAt._notified) { in testAsyncJobQueue()[all …]
Completed in 20 milliseconds