Searched refs:grpc_completion_queue_thread_local_cache_flush (Results 1 – 8 of 8) sorted by relevance
/third_party/grpc/src/cpp/common/ |
D | completion_queue_cc.cc | 87 if (grpc_completion_queue_thread_local_cache_flush(cq_->cq_, &res_tag, in Flush()
|
/third_party/grpc/test/core/surface/ |
D | completion_queue_test.cc | 199 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()
|
D | public_headers_must_be_c89.c | 101 printf("%lx", (unsigned long) grpc_completion_queue_thread_local_cache_flush); in main()
|
/third_party/grpc/ |
D | grpc.def | 32 grpc_completion_queue_thread_local_cache_flush
|
D | libgrpc.map | 55 "grpc_completion_queue_thread_local_cache_flush";
|
/third_party/grpc/include/grpc/ |
D | grpc.h | 184 GRPCAPI int grpc_completion_queue_thread_local_cache_flush(
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 136 #define grpc_completion_queue_thread_local_cache_flush grpc_completion_queue_thread_local_cache_flu… macro
|
/third_party/grpc/src/core/lib/surface/ |
D | completion_queue.cc | 457 int grpc_completion_queue_thread_local_cache_flush(grpc_completion_queue* cq, in grpc_completion_queue_thread_local_cache_flush() function
|