Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc197 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 1); in test_cq_tls_cache_full()
228 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 0); in test_cq_tls_cache_empty()
231 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 0); in test_cq_tls_cache_empty()
Dpublic_headers_must_be_c89.c93 printf("%lx", (unsigned long) grpc_completion_queue_thread_local_cache_flush); in main()
/external/grpc-grpc/src/cpp/common/
Dcompletion_queue_cc.cc88 if (grpc_completion_queue_thread_local_cache_flush(cq_->cq_, &res_tag, in Flush()
/external/grpc-grpc/
Dgrpc.def31 grpc_completion_queue_thread_local_cache_flush
/external/grpc-grpc/include/grpc/
Dgrpc.h180 GRPCAPI int grpc_completion_queue_thread_local_cache_flush(
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h133 #define grpc_completion_queue_thread_local_cache_flush grpc_completion_queue_thread_local_cache_flu… macro
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.cc391 int grpc_completion_queue_thread_local_cache_flush(grpc_completion_queue* cq, in grpc_completion_queue_thread_local_cache_flush() function