Searched refs:stopWorkThread_ (Results 1 – 3 of 3) sorted by relevance
108 bool stopWorkThread_; variable
35 : stopWorkThread_(false), callerPid_(getpid()), callerUid_(getuid()), callerDeviceID_(""), in DBinderDatabusInvoker()442 } while (!stopWorkThread_); in JoinProcessThread()447 stopWorkThread_ = true; in StopWorkThread()
105 EXPECT_TRUE(testInvoker.stopWorkThread_);1344 ASSERT_TRUE(testInvoker.stopWorkThread_ == true);