Searched refs:mThreadCount (Results 1 – 2 of 2) sorted by relevance
41 mCv.wait(lk, [this] { return mThreadCount == 0; }); in ~MockVehicleHardware()226 mThreadCount++; in handleRequestsLocked()230 mThreadCount--; in handleRequestsLocked()
92 mutable std::atomic<int> mThreadCount; variable