Searched refs:mStopThread (Results 1 – 2 of 2) sorted by relevance
23 : mSensor(sensor), mStopThread(false), mWaitCV(), mRunMutex() {} in SensorThread()28 while (!mStopThread) { in start()45 return mStopThread; in isStopped()57 mStopThread = true; in stop()
49 std::atomic_bool mStopThread; variable