HomeSort by relevance Sort by last modified time
    Searched refs:res_tag (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/cpp/common/
completion_queue_cc.cc 86 void* res_tag; local
88 if (grpc_completion_queue_thread_local_cache_flush(cq_->cq_, &res_tag,
90 auto cq_tag = static_cast<internal::CompletionQueueTag*>(res_tag);
  /external/grpc-grpc/test/core/surface/
completion_queue_test.cc 174 void* res_tag; local
197 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 1);
198 GPR_ASSERT(res_tag == tag);
214 void* res_tag; local
228 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 0);
231 grpc_completion_queue_thread_local_cache_flush(cc, &res_tag, &ok) == 0);

Completed in 131 milliseconds