2 references to Thread
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
263
Thread gateThread = new
Thread
(GateThreadStart, SmallStackSizeBytes)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (1)
186
Thread waitThread = new
Thread
(WaitThreadStart, SmallStackSizeBytes)