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