Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs53 static readonly AtomicCounter nativeInitCounter = new AtomicCounter(); field in Grpc.Core.GrpcEnvironment
364 if (!IsNativeShutdownAllowed && nativeInitCounter.Count > 0) in GrpcNativeInit()
374 nativeInitCounter.Increment(); in GrpcNativeInit()