Searched refs:nativeInitCounter (Results 1 – 1 of 1) sorted by relevance
53 static readonly AtomicCounter nativeInitCounter = new AtomicCounter(); field in Grpc.Core.GrpcEnvironment364 if (!IsNativeShutdownAllowed && nativeInitCounter.Count > 0) in GrpcNativeInit()374 nativeInitCounter.Increment(); in GrpcNativeInit()