Searched refs:res_tag (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/cpp/common/ |
D | completion_queue_cc.cc | 86 void* res_tag; in Flush() local 88 if (grpc_completion_queue_thread_local_cache_flush(cq_->cq_, &res_tag, in Flush() 90 auto cq_tag = static_cast<internal::CompletionQueueTag*>(res_tag); in Flush()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | completion_queue_cc.cc | 85 void* res_tag; in Flush() local 87 if (grpc_completion_queue_thread_local_cache_flush(cq_->cq_, &res_tag, in Flush() 90 static_cast<::grpc::internal::CompletionQueueTag*>(res_tag); in Flush()
|
/external/grpc-grpc/test/core/surface/ |
D | completion_queue_test.cc | 174 void* res_tag; in test_cq_tls_cache_full() local 197 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 1); in test_cq_tls_cache_full() 198 GPR_ASSERT(res_tag == tag); in test_cq_tls_cache_full() 214 void* res_tag; in test_cq_tls_cache_empty() local 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()
|