Searched refs:grpcsharp_shutdown (Results 1 – 4 of 4) sorted by relevance
38 public readonly Delegates.grpcsharp_shutdown_delegate grpcsharp_shutdown; field in Grpc.Core.Internal.NativeMethods138 … this.grpcsharp_shutdown = GetMethodDelegate<Delegates.grpcsharp_shutdown_delegate>(library); in NativeMethods()237 this.grpcsharp_shutdown = DllImportsFromStaticLib.grpcsharp_shutdown; in NativeMethods()336 this.grpcsharp_shutdown = DllImportsFromSharedLib.grpcsharp_shutdown; in NativeMethods()545 public static extern void grpcsharp_shutdown(); in grpcsharp_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib838 public static extern void grpcsharp_shutdown(); in grpcsharp_shutdown() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
381 NativeMethods.Get().grpcsharp_shutdown(); in GrpcNativeShutdown()
6 'void grpcsharp_shutdown()',
348 GPR_EXPORT void GPR_CALLTYPE grpcsharp_shutdown(void) { grpc_shutdown(); } in grpcsharp_shutdown() function