Searched refs:_counter (Results 1 – 4 of 4) sorted by relevance
97 assure("", workAt._counter == TestWorkAt.MESSAGES); in testThreadAsync()118 assure("", workAt._counter == TestWorkAt.MESSAGES); in testDynamicThreadSync()156 assure("", workAt._counter == TestWorkAt.MESSAGES); in testStaticThreadSync()239 while (workAt._counter < 2 * TestWorkAt.MESSAGES) { in testStress()
35 int _counter; field in TestWorkAt78 ++ _counter; in increment()
164 assure("", workAt._counter == TestWorkAt.MESSAGES); in testExecuteJobs()
41 …nterlockedCount increment(oslInterlockedCount& _counter) { return osl_incrementInterlockedCount(&_… in increment() argument42 …nterlockedCount decrement(oslInterlockedCount& _counter) { return osl_decrementInterlockedCount(&_… in decrement() argument
Completed in 20 milliseconds