Searched refs:_async_counter (Results 1 – 3 of 3) sorted by relevance
38 int _async_counter; field in TestWorkAt49 if(_async_counter != MESSAGES) in syncCall()64 ++ _async_counter; in asyncCall()72 if(DEBUG) System.err.println("asyncCall:" + _async_counter + " " + Thread.currentThread()); in asyncCall()
133 assure("", workAt._async_counter == TestWorkAt.MESSAGES); in testStaticThreadExecutesAsyncs()143 assure("", workAt._async_counter == TestWorkAt.MESSAGES); in testDynamicThreadExecutesAsyncs()
336 workAt._async_counter == TestWorkAt.MESSAGES in testAsyncSync()423 _success = _async_WorkAt._async_counter == 2; in asyncCall()
Completed in 46 milliseconds