Home
last modified time | relevance | path

Searched refs:stopStatus_ (Results 1 - 1 of 1) sorted by relevance

/base/telephony/call_manager/utils/include/
H A Dtimer.h35 Timer() : stopStatus_(true), tryStopFlag_(false) {} in Timer()
39 stopStatus_ = timer.stopStatus_.load(); in Timer()
50 if (stopStatus_ == false) { in start()
53 stopStatus_ = false; in start()
61 stopStatus_ = true; in start()
69 if (stopStatus_ || tryStopFlag_) { in stop()
75 timerCond_.wait(locker, [this] { return stopStatus_ == true; }); in stop()
77 if (stopStatus_ == true) in stop()
85 stopStatus_ in ThreadExit()
90 std::atomic<bool> stopStatus_; global() member in OHOS::Telephony::Timer
[all...]

Completed in 1 milliseconds