Searched refs:error_flag_ (Results 1 – 3 of 3) sorted by relevance
696 std::call_once(error_flag_, [&]() { in HandleError()711 std::once_flag error_flag_; member
317 … std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "write failed"); }); in Start()349 std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "read failed"); }); in StartReadThread()419 std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "requested stop"); }); in Stop()
193 std::once_flag error_flag_; member