4 references to ThinLock
Microsoft.Diagnostics.DataContractReader.Contracts (4)
_generated\190\Microsoft_Diagnostics_DataContractReader_Data.SyncBlock.g.cs (1)
163
_ =
ThinLock
;
Contracts\SyncBlock_1.cs (3)
60
else if (sb.
ThinLock
!= 0)
62
owningThreadId = sb.
ThinLock
& _target.ReadGlobal<uint>(Constants.Globals.SyncBlockMaskLockThreadId);
66
recursion = (sb.
ThinLock
& _target.ReadGlobal<uint>(Constants.Globals.SyncBlockMaskLockRecursionLevel)) >> (int)_target.ReadGlobal<uint>(Constants.Globals.SyncBlockRecursionLevelShift);