Lines Matching refs:TestWorkAt

80         TestWorkAt workAt = new TestWorkAt();  in testThreadAsync()
85 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testThreadAsync()
97 assure("", workAt._counter == TestWorkAt.MESSAGES); in testThreadAsync()
101 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadSync()
106 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testDynamicThreadSync()
118 assure("", workAt._counter == TestWorkAt.MESSAGES); in testDynamicThreadSync()
122 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadSync()
141 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testStaticThreadSync()
156 assure("", workAt._counter == TestWorkAt.MESSAGES); in testStaticThreadSync()
160 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadAsyncSyncOrder()
165 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testDynamicThreadAsyncSyncOrder()
171 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testDynamicThreadAsyncSyncOrder()
187 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadAsyncSyncOrder()
201 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testStaticThreadAsyncSyncOrder()
212 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testStaticThreadAsyncSyncOrder()
231 TestWorkAt workAt = new TestWorkAt(); in testStress()
232 for (int i = 0; i < TestWorkAt.MESSAGES; ++i) { in testStress()
239 while (workAt._counter < 2 * TestWorkAt.MESSAGES) { in testStress()
315 TestWorkAt workAt = new TestWorkAt(); in testAsyncSync()
320 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testAsyncSync()
336 workAt._async_counter == TestWorkAt.MESSAGES in testAsyncSync()
398 public MyWorkAt( TestWorkAt async_WorkAt ) { in MyWorkAt()
432 private final TestWorkAt _async_WorkAt;