Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/common/
Dcompletion_queue_cc.cc77 grpc_completion_queue_thread_local_cache_init(cq_->cq_); in CompletionQueueTLSCache()
/external/grpc-grpc/
Dgrpc.def30 grpc_completion_queue_thread_local_cache_init
/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc187 grpc_completion_queue_thread_local_cache_init(cc); in test_cq_tls_cache_full()
229 grpc_completion_queue_thread_local_cache_init(cc); in test_cq_tls_cache_empty()
Dpublic_headers_must_be_c89.c92 printf("%lx", (unsigned long) grpc_completion_queue_thread_local_cache_init); in main()
/external/grpc-grpc/include/grpc/
Dgrpc.h171 GRPCAPI void grpc_completion_queue_thread_local_cache_init(
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h130 #define grpc_completion_queue_thread_local_cache_init grpc_completion_queue_thread_local_cache_init… macro
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.cc384 void grpc_completion_queue_thread_local_cache_init(grpc_completion_queue* cq) { in grpc_completion_queue_thread_local_cache_init() function