Searched refs:stopThread (Results 1 – 3 of 3) sorted by relevance
146 std::thread pollThread{[&stopThread = mStopThread, looper = mLooper, javaVm = mJavaVm] { in getLooper()174 if (stopThread == true) { in getLooper()
215 std::thread pollThread{[&stopThread = mStopThread, looper = mLooper, javaVm = mJavaVm] { in getLooper()239 if (stopThread == true) { in getLooper()
544 std::thread stopThread(&GraphicsTrackerTest::stopTrackerAfterUs, this, 500000); in TEST_F() local547 if (stopThread.joinable()) { in TEST_F()548 stopThread.join(); in TEST_F()