Home
last modified time | relevance | path

Searched refs:res_tag (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/cpp/common/
Dcompletion_queue_cc.cc85 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()
/third_party/grpc/test/core/surface/
Dcompletion_queue_test.cc176 void* res_tag; in test_cq_tls_cache_full() local
199 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 1); in test_cq_tls_cache_full()
200 GPR_ASSERT(res_tag == tag); in test_cq_tls_cache_full()
216 void* res_tag; in test_cq_tls_cache_empty() local
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()