Home
last modified time | relevance | path

Searched defs:myLock (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthServiceImpl.cs41 private readonly object myLock = new object(); field in Grpc.HealthCheck.HealthServiceImpl
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DGCStats.cs27 readonly object myLock = new object(); field in Grpc.Microbenchmarks.GCStats
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTimeStats.cs40 readonly object myLock = new object(); field in Grpc.IntegrationTesting.TimeStats
DHistogram.cs40 readonly object myLock = new object(); field in Grpc.IntegrationTesting.Histogram
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DDefaultObjectPool.cs32 readonly object myLock = new object(); field in Grpc.Core.Internal.DefaultObjectPool
DGrpcThreadPool.cs40 readonly object myLock = new object(); field in Grpc.Core.Internal.GrpcThreadPool
DAsyncCallBase.cs46 protected readonly object myLock = new object(); field in Grpc.Core.Internal.AsyncCallBase
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideImpl.cs34 readonly object myLock = new object(); field in Routeguide.RouteGuideImpl
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs37 readonly object myLock = new object(); field in Grpc.Core.Channel
DServer.cs46 readonly object myLock = new object(); field in Grpc.Core.Server
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java225 Lock myLock = CycleDetectingLockFactory.newInstance(Policies.THROW).newReentrantLock("MyLock"); in testExplicitOrdering_cycleWithUnorderedLock() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java225 Lock myLock = CycleDetectingLockFactory.newInstance(Policies.THROW).newReentrantLock("MyLock"); in testExplicitOrdering_cycleWithUnorderedLock() local