Searched refs:staticLock (Results 1 – 4 of 4) sorted by relevance
41 static object staticLock = new object(); field in Grpc.Core.GrpcEnvironment73 lock (staticLock) in AddRef()90 lock (staticLock) in ReleaseAsync()109 lock (staticLock) in GetRefCount()117 lock (staticLock) in RegisterChannel()126 lock (staticLock) in UnregisterChannel()135 lock (staticLock) in RegisterServer()144 lock (staticLock) in UnregisterServer()157 lock (staticLock) in ShutdownChannelsAsync()170 lock (staticLock) in KillServersAsync()[all …]
35 static object staticLock = new object(); field in Grpc.Core.Internal.DefaultSslRootsOverride42 lock (staticLock) in Override()
36 static object staticLock = new object(); field in Grpc.Core.Internal.NativeLogRedirector44 lock (staticLock) in Redirect()
33 static readonly object staticLock = new object(); field in Grpc.Core.Internal.NativeExtension59 lock (staticLock) in Get()