Searched refs:TestWorkAt (Results 1 – 4 of 4) sorted by relevance
80 TestWorkAt workAt = new TestWorkAt(); in testThreadAsync()85 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testThreadAsync()101 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadSync()106 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testDynamicThreadSync()122 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadSync()160 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadAsyncSyncOrder()187 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadAsyncSyncOrder()231 TestWorkAt workAt = new TestWorkAt(); in testStress()315 TestWorkAt workAt = new TestWorkAt(); in testAsyncSync()398 public MyWorkAt( TestWorkAt async_WorkAt ) { in MyWorkAt()[all …]
128 TestWorkAt workAt = new TestWorkAt(); 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()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()164 assure("", workAt._counter == TestWorkAt.MESSAGES); in testExecuteJobs()167 private void testAsyncJobQueue(TestWorkAt workAt, JobQueue async_jobQueue, in testAsyncJobQueue()191 private void testSendRequests(TestWorkAt workAt, String operation, in testSendRequests()[all …]
37 TestWorkAt.java
26 class TestWorkAt implements TestIWorkAt { class
Completed in 16 milliseconds