Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Dthread_stress_test.cc339 AsyncClientEnd2endTest() : rpcs_outstanding_(0) {} in AsyncClientEnd2endTest()
352 while (rpcs_outstanding_ != 0) { in Wait()
377 rpcs_outstanding_++; in AsyncSendRpc()
395 rpcs_outstanding_--; in AsyncCompleteRpc()
396 notify = (rpcs_outstanding_ == 0); in AsyncCompleteRpc()
408 int rpcs_outstanding_; member in grpc::testing::AsyncClientEnd2endTest