Searched refs:the_count (Results 1 – 2 of 2) sorted by relevance
92 ProtectedCount* the_count = static_cast<ProtectedCount*> (obj); in LockUnlockThenStopRunFunction() local94 the_count->Increment(); in LockUnlockThenStopRunFunction()123 ProtectedCount* the_count = static_cast<ProtectedCount*> (obj); in LockUnlockRunFunction() local125 the_count->Increment(); in LockUnlockRunFunction()
8 int the_count = 0;10 const int HasStaticInit<T>::index = the_count++;