Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/common/include/
H A Dffrt_timer.h36 FfrtTimer() : stopStatus_(true), tryStopFlag_(false) {} in FfrtTimer()
41 tryStopFlag_ = timer.tryStopFlag_.load(); in FfrtTimer()
57 while (!tryStopFlag_) { in Start()
59 if (!tryStopFlag_) { in Start()
73 if (stopStatus_ || tryStopFlag_) { in Stop()
77 tryStopFlag_ = true; in Stop()
82 tryStopFlag_ = false; in Stop()
91 while (!tryStopFlag_) { in OneTiming()
106 std::atomic<bool> tryStopFlag_; member in OHOS::NetManagerStandard::FfrtTimer
[all...]

Completed in 1 milliseconds