Searched refs:mThreadMutex (Results 1 – 4 of 4) sorted by relevance
110 std::mutex mThreadMutex; variable112 std::thread mThread GUARDED_BY(mThreadMutex);
49 std::lock_guard lockThread(mThreadMutex); in ~TransactionCompletedThread()77 std::lock_guard lockThread(mThreadMutex); in run()
54 std::lock_guard<std::mutex> lock(mThreadMutex); in ~SensorManager()138 std::lock_guard<std::mutex> lock(mThreadMutex); in getLooper()
66 std::mutex mThreadMutex; //protects mPollThread member