Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_cq.cc86 GPR_ASSERT(grpc_cq_begin_op(c_cq, &dummy_tag)); in BM_Pass1Cpp()
106 GPR_ASSERT(grpc_cq_begin_op(cq, nullptr)); in BM_Pass1Core()
125 GPR_ASSERT(grpc_cq_begin_op(cq, nullptr)); in BM_Pluck1Core()
Dbm_cq_multiple_threads.cc79 GPR_ASSERT(grpc_cq_begin_op(g_cq, tag)); in pollset_work()
/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc152 GPR_ASSERT(grpc_cq_begin_op(cc, tag)); in test_cq_end_op()
188 GPR_ASSERT(grpc_cq_begin_op(cc, tag)); in test_cq_tls_cache_full()
309 GPR_ASSERT(grpc_cq_begin_op(cc, tags[i])); in test_pluck()
321 GPR_ASSERT(grpc_cq_begin_op(cc, tags[i])); in test_pluck()
423 GPR_ASSERT(grpc_cq_begin_op(cc, tags[i])); in test_callback()
Dcompletion_queue_threading_test.cc110 GPR_ASSERT(grpc_cq_begin_op(cc, tags[i])); in test_too_many_plucks()
153 GPR_ASSERT(grpc_cq_begin_op(opt->cc, (void*)(intptr_t)1)); in producer_thread()
/external/grpc-grpc/src/core/lib/surface/
Dchannel_ping.cc63 GPR_ASSERT(grpc_cq_begin_op(cq, tag)); in grpc_channel_ping()
Dcompletion_queue.h74 bool grpc_cq_begin_op(grpc_completion_queue* cc, void* tag);
Dserver.cc1236 GPR_ASSERT(grpc_cq_begin_op(cq, tag)); in grpc_server_shutdown_and_notify()
1402 if (grpc_cq_begin_op(cq_for_notification, tag) == false) { in grpc_server_request_call()
1458 if (grpc_cq_begin_op(cq_for_notification, tag) == false) { in grpc_server_request_registered_call()
Dcall.cc1492 GPR_ASSERT(grpc_cq_begin_op(call->cq, notify_tag)); in call_start_batch()
1833 GPR_ASSERT(grpc_cq_begin_op(call->cq, notify_tag)); in call_start_batch()
Dcompletion_queue.cc661 bool grpc_cq_begin_op(grpc_completion_queue* cq, void* tag) { function
/external/grpc-grpc/src/cpp/common/
Dalarm.cc59 GPR_ASSERT(grpc_cq_begin_op(cq_, this)); in Set()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc218 GPR_ASSERT(grpc_cq_begin_op(cq, tag)); in grpc_channel_watch_connectivity_state()