Home
last modified time | relevance | path

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

/aoo42x/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java90 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 …]
H A DJobQueue_Test.java128 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadExecutesAsyncs() local
141 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadExecutesAsyncs() local
149 TestWorkAt workAt = new TestWorkAt(); in testExecuteJobs() local
151 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 24 milliseconds