Home
last modified time | relevance | path

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

/AOO41X/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java80 TestWorkAt workAt = new TestWorkAt(); in testThreadAsync() local
87 putJob(workAt, false, threadId, "increment"); in testThreadAsync()
90 synchronized(workAt) { in testThreadAsync()
91 putJob(workAt, false, threadId, "notifyme"); in testThreadAsync()
93 while(!workAt._notified) in testThreadAsync()
94 workAt.wait(); in testThreadAsync()
97 assure("", workAt._counter == TestWorkAt.MESSAGES); in testThreadAsync()
101 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadSync() local
108 putJob(workAt, true, threadId, "increment"); in testDynamicThreadSync()
111 synchronized(workAt) { in testDynamicThreadSync()
[all …]
H A DJobQueue_Test.java128 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadExecutesAsyncs() local
129 testAsyncJobQueue(workAt, async_jobQueue, t._threadId); in testStaticThreadExecutesAsyncs()
133 assure("", workAt._async_counter == TestWorkAt.MESSAGES); in testStaticThreadExecutesAsyncs()
134 assure("", workAt._sync_counter == TestWorkAt.MESSAGES); in testStaticThreadExecutesAsyncs()
141 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadExecutesAsyncs() local
142 testAsyncJobQueue(workAt, async_jobQueue, threadId); in testDynamicThreadExecutesAsyncs()
143 assure("", workAt._async_counter == TestWorkAt.MESSAGES); in testDynamicThreadExecutesAsyncs()
144 assure("", workAt._sync_counter == TestWorkAt.MESSAGES); in testDynamicThreadExecutesAsyncs()
149 TestWorkAt workAt = new TestWorkAt(); in testExecuteJobs() local
150 testSendRequests(workAt, "increment", jobQueue); in testExecuteJobs()
[all …]