Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionRegistry.cs42 SpinLock spinLock = new SpinLock(Debugger.IsAttached); field in Grpc.Core.Internal.CompletionRegistry
59 spinLock.Enter(ref lockTaken); in Register()
66 if (lockTaken) spinLock.Exit(); in Register()
92 spinLock.Enter(ref lockTaken); in Extract()
99 if (lockTaken) spinLock.Exit(); in Extract()