16 references to Thread
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
72this.drainThread = new Thread(this.DrainEntries)
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
874new Thread(CompilationThread).Start((object)compilationThreadId);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\Heartbeat.cs (1)
30_timerThread = new Thread(state => ((Heartbeat)state!).TimerLoop())
Microsoft.Build (1)
Utilities\AwaitExtensions.cs (1)
184Thread thread = new Thread(threadStart);
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
64Thread newThread = new Thread(ParallelCopyTask);
Microsoft.ML.Core (1)
Utilities\ThreadUtils.cs (1)
22new Thread(start) { IsBackground = false };
Microsoft.TemplateEngine.Edge (1)
Settings\AsyncMutex.cs (1)
25new Thread(WaitLoop).Start();
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1212var taskThread = new Thread(new ParameterizedThreadStart(RunTask));
PresentationUI (1)
MS\Internal\Documents\SigningProgress.cs (1)
51Thread dialogThread = new Thread(
ScenarioTests.Common.Tests (2)
ThreadHoppingSynchronizationContext.cs (2)
15var t = new Thread(CallbackRunner); 21var t = new Thread(CallbackRunner);
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
188Thread thread = new Thread(obj => ((INotify)obj!).ProcessEvents())
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (1)
212var thread = new Thread(static s => ((SocketAsyncEngine)s!).EventLoop())
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.Unix.cs (1)
107new Thread(HandleSignal)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (1)
49new Thread(s_longRunningThreadWork)
System.Xaml (1)
System\Xaml\XamlBackgroundReader.cs (1)
91_thread = new Thread(start)