Home
last modified time | relevance | path

Searched refs:CompletionQueueEvent (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DCompletionQueueEventTest.cs36 … Assert.AreEqual(CompletionQueueEvent.NativeSize, Marshal.SizeOf(typeof(CompletionQueueEvent))); in CompletionQueueEventSizeIsNativeSize()
DCompletionQueueSafeHandleTest.cs48 Assert.AreEqual(CompletionQueueEvent.CompletionType.Shutdown, ev.type); in CreateAsyncAndShutdown()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs57 public CompletionQueueEvent Next() in Next()
62 public CompletionQueueEvent Pluck(IntPtr tag) in Pluck()
DGrpcThreadPool.cs168 CompletionQueueEvent ev; in RunHandlerLoop()
172 if (ev.type == CompletionQueueEvent.CompletionType.OpComplete) in RunHandlerLoop()
196 while (ev.type != CompletionQueueEvent.CompletionType.Shutdown); in RunHandlerLoop()
DCompletionQueueEvent.cs28 internal struct CompletionQueueEvent struct
DNativeMethods.Generated.cs495 …public delegate CompletionQueueEvent grpcsharp_completion_queue_next_delegate(CompletionQueueSafeH… in grpcsharp_completion_queue_next_delegate()
496 …public delegate CompletionQueueEvent grpcsharp_completion_queue_pluck_delegate(CompletionQueueSafe… in grpcsharp_completion_queue_pluck_delegate()
716 …public static extern CompletionQueueEvent grpcsharp_completion_queue_next(CompletionQueueSafeHandl… in grpcsharp_completion_queue_next()
719 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck()
1009 …public static extern CompletionQueueEvent grpcsharp_completion_queue_next(CompletionQueueSafeHandl… in grpcsharp_completion_queue_next()
1012 …public static extern CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHand… in grpcsharp_completion_queue_pluck()
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template63 'CompletionQueueEvent grpcsharp_completion_queue_next(CompletionQueueSafeHandle cq)',
64 … 'CompletionQueueEvent grpcsharp_completion_queue_pluck(CompletionQueueSafeHandle cq, IntPtr tag)',