Searched refs:grpc_completion_queue_thread_local_cache_flush (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/test/core/surface/ |
D | completion_queue_test.cc | 197 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()
|
D | public_headers_must_be_c89.c | 93 printf("%lx", (unsigned long) grpc_completion_queue_thread_local_cache_flush); in main()
|
/external/grpc-grpc/src/cpp/common/ |
D | completion_queue_cc.cc | 88 if (grpc_completion_queue_thread_local_cache_flush(cq_->cq_, &res_tag, in Flush()
|
/external/grpc-grpc/ |
D | grpc.def | 31 grpc_completion_queue_thread_local_cache_flush
|
/external/grpc-grpc/include/grpc/ |
D | grpc.h | 180 GRPCAPI int grpc_completion_queue_thread_local_cache_flush(
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 133 #define grpc_completion_queue_thread_local_cache_flush grpc_completion_queue_thread_local_cache_flu… macro
|
/external/grpc-grpc/src/core/lib/surface/ |
D | completion_queue.cc | 391 int grpc_completion_queue_thread_local_cache_flush(grpc_completion_queue* cq, in grpc_completion_queue_thread_local_cache_flush() function
|