Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/common/
Dcompletion_queue_cc.cc86 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/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc174 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()