Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java79 synchronized(workAt) { in testThreadAsync()
82 while(!workAt._notified) in testThreadAsync()
83 workAt.wait(); in testThreadAsync()
101 synchronized(workAt) { in testDynamicThreadSync()
105 workAt.wait(); in testDynamicThreadSync()
168 synchronized(workAt) { in testDynamicThreadAsyncSyncOrder()
172 workAt.wait(); in testDynamicThreadAsyncSyncOrder()
232 synchronized (workAt) { in testStress()
234 workAt.wait(); in testStress()
323 synchronized(workAt) { in testAsyncSync()
[all …]
H A DJobQueue_Test.java122 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadExecutesAsyncs() local
136 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadExecutesAsyncs() local
144 TestWorkAt workAt = new TestWorkAt(); in testExecuteJobs() local
146 synchronized (workAt) { in testExecuteJobs()
155 while (!workAt._notified) { in testExecuteJobs()
156 workAt.wait(); in testExecuteJobs()
168 testSendRequests(workAt, "syncCall", in testAsyncJobQueue()
170 synchronized (workAt) { in testAsyncJobQueue()
172 new Job(workAt, __iReceiver, in testAsyncJobQueue()
179 while (!workAt._notified) { in testAsyncJobQueue()
[all …]

Completed in 22 milliseconds