Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/common/
Dalarm_test.cc43 cq.AsyncNext(&output_tag, &ok, grpc_timeout_seconds_to_deadline(10)); in TEST()
61 cq.AsyncNext(&output_tag, &ok, grpc_timeout_seconds_to_deadline(10)); in TEST()
80 cq.AsyncNext(&output_tag, &ok, grpc_timeout_seconds_to_deadline(10)); in TEST()
162 cq.AsyncNext(&output_tag, &ok, grpc_timeout_seconds_to_deadline(10)); in TEST()
180 cq.AsyncNext(&output_tag, &ok, grpc_timeout_seconds_to_deadline(10)); in TEST()
196 cq.AsyncNext(&output_tag, &ok, grpc_timeout_seconds_to_deadline(10)); in TEST()
213 cq.AsyncNext(&output_tag, &ok, grpc_timeout_seconds_to_deadline(10)); in TEST()
231 cq.AsyncNext(&output_tag, &ok, grpc_timeout_seconds_to_deadline(10)); in TEST()
247 cq.AsyncNext(&output_tag, &ok, grpc_timeout_seconds_to_deadline(1)); in TEST()
263 cq.AsyncNext(&output_tag, &ok, grpc_timeout_seconds_to_deadline(1)); in TEST()
[all …]
/third_party/grpc/test/cpp/codegen/
Dcodegen_test_full.cc32 cq.AsyncNext(&tag, &ok, gpr_time_0(GPR_CLOCK_REALTIME)); in TEST_F()
/third_party/grpc/include/grpcpp/impl/codegen/
Dcompletion_queue_impl.h196 NextStatus AsyncNext(void** tag, bool* ok, const T& deadline) { in AsyncNext() function
222 return AsyncNext(tag, ok, deadline); in DoThenAsyncNext()
Dcompletion_queue.h195 NextStatus AsyncNext(void** tag, bool* ok, const T& deadline) { in AsyncNext() function
221 return AsyncNext(tag, ok, deadline); in DoThenAsyncNext()
/third_party/grpc/test/cpp/end2end/
Dnonblocking_test.cc86 auto r = cq_->AsyncNext(tag, ok, gpr_time_0(GPR_CLOCK_REALTIME)); in LoopForTag()
Dinterceptors_util.h239 return cq->AsyncNext(got_tag, ok, deadline); in DoOnceThenAsyncNext()
Dcfstream_test.cc200 auto ret = cq_.AsyncNext(tag, ok, deadline); in CQNext()
Dasync_end2end_test.cc105 return cq->AsyncNext(got_tag, ok, deadline); in DoOnceThenAsyncNext()
131 EXPECT_EQ(cq->AsyncNext(&got_tag, &ok, deadline), in Verify()
137 EXPECT_EQ(cq->AsyncNext(&got_tag, &ok, deadline), in Verify()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc_client.cc113 auto r = cq_.AsyncNext(&tag, &success, deadline); in WorkerEntry()
Dcache_grpc_server.cc99 auto r = cq_->AsyncNext(&tag, &success, deadline); in HandleRequest()
/third_party/grpc/src/cpp/server/
Dserver_cc.cc790 switch (server_cq_->AsyncNext(tag, ok, deadline)) { in PollForWork()
1253 shutdown_cq.AsyncNext(&tag, &ok, deadline); in ShutdownInternal()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc244 fixture->cq()->AsyncNext(t, ok, gpr_inf_past(GPR_CLOCK_MONOTONIC))) { in TrickleCQNext()