Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/common/
Dcompletion_queue_cc.cc87 if (grpc_completion_queue_thread_local_cache_flush(cq_->cq_, &res_tag, in Flush()
/third_party/grpc/test/core/surface/
Dcompletion_queue_test.cc199 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 1); in test_cq_tls_cache_full()
230 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 0); in test_cq_tls_cache_empty()
233 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 0); in test_cq_tls_cache_empty()
Dpublic_headers_must_be_c89.c101 printf("%lx", (unsigned long) grpc_completion_queue_thread_local_cache_flush); in main()
/third_party/grpc/
Dgrpc.def32 grpc_completion_queue_thread_local_cache_flush
Dlibgrpc.map55 "grpc_completion_queue_thread_local_cache_flush";
/third_party/grpc/include/grpc/
Dgrpc.h184 GRPCAPI int grpc_completion_queue_thread_local_cache_flush(
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h136 #define grpc_completion_queue_thread_local_cache_flush grpc_completion_queue_thread_local_cache_flu… macro
/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.cc457 int grpc_completion_queue_thread_local_cache_flush(grpc_completion_queue* cq, in grpc_completion_queue_thread_local_cache_flush() function