6 references to ThreadBlockingInfo
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\Condition.cs (1)
106using ThreadBlockingInfo.Scope threadBlockingScope = new(this, millisecondsTimeout);
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (1)
537using ThreadBlockingInfo.Scope threadBlockingScope = new(this, timeoutMs);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadBlockingInfo.cs (4)
35private static ThreadBlockingInfo* t_first; // may be used by debuggers 48private ThreadBlockingInfo* _next; // may be used by debuggers 58t_first = (ThreadBlockingInfo*)Unsafe.AsPointer(ref this); 103private ThreadBlockingInfo _blockingInfo;