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

  /external/grpc-grpc/src/objective-c/GRPCClient/private/
GRPCCompletionQueue.h 38 + (instancetype)completionQueue;
  /external/grpc-grpc/src/csharp/Grpc.Core/
Channel.cs 43 readonly CompletionQueueSafeHandle completionQueue;
74 this.completionQueue = this.environment.PickCompletionQueue();
167 handle.WatchConnectivityState(lastObservedState, deadlineTimespec, completionQueue, WatchConnectivityStateHandler, tcs);
276 internal CompletionQueueSafeHandle CompletionQueue
280 return this.completionQueue;
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
CallSafeHandle.cs 53 CompletionQueueSafeHandle completionQueue;
59 public void Initialize(CompletionQueueSafeHandle completionQueue)
61 this.completionQueue = completionQueue;
71 using (completionQueue.NewScope())
73 var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_IUnaryResponseClientCallback, callback);
87 using (completionQueue.NewScope())
89 var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_IUnaryResponseClientCallback, callback);
96 using (completionQueue.NewScope())
98 var ctx = completionQueue.CompletionRegistry.RegisterBatchCompletion(CompletionHandler_IReceivedStatusOnClientCallback, call (…)
    [all...]

Completed in 572 milliseconds