Searched refs:error_flag_ (Results 1 – 3 of 3) sorted by relevance
664 std::call_once(error_flag_, [&]() { in HandleError()679 std::once_flag error_flag_; member
290 std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "read failed"); }); in Start()314 … std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "write failed"); }); in Start()376 std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "requested stop"); }); in Stop()
158 std::once_flag error_flag_; member