7 references to SBLK_MASK_LOCK_THREADID
System.Private.CoreLib (7)
System\Threading\ObjectHeader.cs (7)
242
oldBits &
SBLK_MASK_LOCK_THREADID
,
302
if ((uint)(currentThreadID - 1) <= (uint)
SBLK_MASK_LOCK_THREADID
)
346
if (currentThreadID >
SBLK_MASK_LOCK_THREADID
)
395
if ((oldBits &
SBLK_MASK_LOCK_THREADID
) == currentThreadID)
453
if ((oldBits &
SBLK_MASK_LOCK_THREADID
) == currentThreadID &&
459
oldBits & ~
SBLK_MASK_LOCK_THREADID
;
500
if ((oldBits &
SBLK_MASK_LOCK_THREADID
) == currentThreadID &&