Home
last modified time | relevance | path

Searched refs:running_ (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Dwatchtower.h
/glogg/src/
H A Dwatchtower.h82 std::atomic_bool running_; variable
117 running_ = true;
124 running_ = false; in ~WatchTower()
258 while ( running_ ) { in run()