Home
last modified time | relevance | path

Searched defs:completionQueue (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs63 …void ShutdownAndNotify(BatchCompletionDelegate callback, CompletionQueueSafeHandle completionQueue) in ShutdownAndNotify()
74 …void RequestCall(RequestCallCompletionDelegate callback, CompletionQueueSafeHandle completionQueue) in RequestCall()
DCallSafeHandle.cs53 CompletionQueueSafeHandle completionQueue; field in Grpc.Core.Internal.CallSafeHandle
59 public void Initialize(CompletionQueueSafeHandle completionQueue) in Initialize()
DAsyncCallServer.cs45 public void Initialize(CallSafeHandle call, CompletionQueueSafeHandle completionQueue) in Initialize()
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCCompletionQueue.m28 + (instancetype)completionQueue { class
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs43 readonly CompletionQueueSafeHandle completionQueue; field in Grpc.Core.Channel