Searched refs:server_thread_ (Results 1 – 5 of 5) sorted by relevance
64 server_thread_ = std::thread(&EchoServerThread::RunServerLoop, this); in EchoServerThread()69 server_thread_.join(); in ~EchoServerThread()80 std::thread server_thread_; member in EchoServerThread
82 server_thread_ = in SetUp()90 server_thread_.join(); in TearDown()119 std::thread server_thread_; member in grpc::testing::__anonecb9b27f0111::ServerLoadReportingEnd2endTest
69 int thread_create_result = pthread_create(&server_thread_, NULL, in Start()85 int thread_join_result = pthread_join(server_thread_, NULL); in Stop()
141 pthread_t server_thread_; variable
76 server_thread_ = std::thread(&StatsPluginEnd2EndTest::RunServerLoop, this); in SetUp()84 server_thread_.join(); in TearDown()95 std::thread server_thread_; member in grpc::testing::__anon43cecb060111::StatsPluginEnd2EndTest