Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/microbenchmarks/
Dbm_cq.cc92 GPR_ASSERT(grpc_cq_begin_op(c_cq, &dummy_tag)); in BM_Pass1Cpp()
112 GPR_ASSERT(grpc_cq_begin_op(cq, nullptr)); in BM_Pass1Core()
131 GPR_ASSERT(grpc_cq_begin_op(cq, nullptr)); in BM_Pluck1Core()
226 GPR_ASSERT(grpc_cq_begin_op(cc, &tag_cb)); in BM_Callback_CQ_Pass1Core()
271 GPR_ASSERT(grpc_cq_begin_op(cc, &tag_cb)); in BM_Callback_CQ_Pass1CoreHeapCompletion()
Dbm_cq_multiple_threads.cc82 GPR_ASSERT(grpc_cq_begin_op(g_cq, tag)); in pollset_work()
/third_party/grpc/test/core/surface/
Dcompletion_queue_test.cc154 GPR_ASSERT(grpc_cq_begin_op(cc, tag)); in test_cq_end_op()
190 GPR_ASSERT(grpc_cq_begin_op(cc, tag)); in test_cq_tls_cache_full()
311 GPR_ASSERT(grpc_cq_begin_op(cc, tags[i])); in test_pluck()
323 GPR_ASSERT(grpc_cq_begin_op(cc, tags[i])); in test_pluck()
449 GPR_ASSERT(grpc_cq_begin_op(cc, tags[i])); in test_callback()
Dcompletion_queue_threading_test.cc111 GPR_ASSERT(grpc_cq_begin_op(cc, tags[i])); in test_too_many_plucks()
154 GPR_ASSERT(grpc_cq_begin_op(opt->cc, (void*)(intptr_t)1)); in producer_thread()
/third_party/grpc/src/core/lib/surface/
Dchannel_ping.cc62 GPR_ASSERT(grpc_cq_begin_op(cq, tag)); in grpc_channel_ping()
Dcompletion_queue.h76 bool grpc_cq_begin_op(grpc_completion_queue* cq, void* tag);
Dserver.cc801 GPR_ASSERT(grpc_cq_begin_op(cq, tag)); in ShutdownAndNotify()
872 if (grpc_cq_begin_op(cq_for_notification, tag) == false) { in ValidateServerRequest()
Dcall.cc1573 GPR_ASSERT(grpc_cq_begin_op(call->cq, notify_tag)); in call_start_batch()
1925 GPR_ASSERT(grpc_cq_begin_op(call->cq, notify_tag)); in call_start_batch()
Dcompletion_queue.cc674 bool grpc_cq_begin_op(grpc_completion_queue* cq, void* tag) { function
/third_party/grpc/src/cpp/common/
Dalarm.cc56 GPR_ASSERT(grpc_cq_begin_op(cq_, this)); in Set()
/third_party/grpc/
Dlibgrpc.map164 "grpc_cq_begin_op(grpc_completion_queue*, void*)";
/third_party/grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc234 GPR_ASSERT(grpc_cq_begin_op(cq, tag)); in grpc_channel_watch_connectivity_state()
/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc446 GPR_ASSERT(grpc_cq_begin_op(grpc_alts_get_shared_resource_dedicated()->cq, in alts_tsi_handshaker_continue_handshaker_next()
/third_party/grpc/src/cpp/server/
Dserver_cc.cc193 grpc_cq_begin_op(notification_cq_->cq(), this); in ContinueFinalizeResultAfterInterception()