Searched defs:grpcsharp_completion_queue_shutdown (Results 1 – 3 of 3) sorted by relevance
257 void grpcsharp_completion_queue_shutdown() { in grpcsharp_completion_queue_shutdown() function
95 …eadonly Delegates.grpcsharp_completion_queue_shutdown_delegate grpcsharp_completion_queue_shutdown; field in Grpc.Core.Internal.NativeMethods1193 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1513 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib1833 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x862153 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x642473 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x86_dll2793 … public static extern void grpcsharp_completion_queue_shutdown(CompletionQueueSafeHandle cq); in grpcsharp_completion_queue_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib_x64_dll
398 grpcsharp_completion_queue_shutdown(grpc_completion_queue* cq) { in grpcsharp_completion_queue_shutdown() function