5 references to Running
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (4)
172
/// <summary>Causes the operating system to change the state of the current instance to <see cref="ThreadState.
Running
"/>, and optionally supplies an object containing data to be used by the method the thread executes.</summary>
182
/// <summary>Causes the operating system to change the state of the current instance to <see cref="ThreadState.
Running
"/>, and optionally supplies an object containing data to be used by the method the thread executes.</summary>
219
/// <summary>Causes the operating system to change the state of the current instance to <see cref="ThreadState.
Running
"/>.</summary>
227
/// <summary>Causes the operating system to change the state of the current instance to <see cref="ThreadState.
Running
"/>.</summary>
System\Threading\Thread.NativeAot.cs (1)
106
currentThread._threadState = (int)(state | ThreadState.
Running
);