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

  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
CompletionQueueSafeHandle.cs 40 /// Create a completion queue that can only be used for Pluck operations.
62 public CompletionQueueEvent Pluck(IntPtr tag)
83 /// Doesn't need to be set if only using Pluck() operations.
  /external/grpc-grpc/include/grpcpp/impl/codegen/
completion_queue.h 247 // Friend synchronous wrappers so that they can access Pluck(), which is
299 bool Pluck(internal::CompletionQueueTag* tag) {
308 // Ignore mutations by FinalizeResult: Pluck returns the C API status
312 /// Performs a single polling pluck on \a tag.
331 /// Performs a single polling pluck on \a tag. Calls tag->FinalizeResult if
332 /// the pluck() was successful and returned the tag.

Completed in 57 milliseconds