Searched refs:async_write_thread_ (Results 1 – 1 of 1) sorted by relevance
1108 if (async_write_thread_.joinable()) { in OnWriteDone()1109 async_write_thread_.join(); in OnWriteDone()1183 async_write_thread_ = std::thread([this] { in MaybeAsyncWrite()1217 std::thread async_write_thread_; member in grpc::testing::__anon04fca8480111::BidiClient