Home
last modified time | relevance | path

Searched refs:_counter (Results 1 – 4 of 4) sorted by relevance

/trunk/main/comphelper/inc/comphelper/
H A Duno3.hxx41 …nterlockedCount increment(oslInterlockedCount& _counter) { return osl_incrementInterlockedCount(&_… in increment() argument
42 …nterlockedCount decrement(oslInterlockedCount& _counter) { return osl_decrementInterlockedCount(&_… in decrement() argument
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java86 assertTrue("", workAt._counter == TestWorkAt.MESSAGES); in testThreadAsync()
108 assertTrue("", workAt._counter == TestWorkAt.MESSAGES); in testDynamicThreadSync()
147 assertTrue("", workAt._counter == TestWorkAt.MESSAGES); in testStaticThreadSync()
233 while (workAt._counter < 2 * TestWorkAt.MESSAGES) { in testStress()
H A DTestWorkAt.java35 int _counter; field in TestWorkAt
78 ++ _counter; in increment()
H A DJobQueue_Test.java159 assertTrue("", workAt._counter == TestWorkAt.MESSAGES); in testExecuteJobs()

Completed in 16 milliseconds