15 references to Thread
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
54this.drainThread = new Thread(this.DrainEntries)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\Heartbeat.cs (1)
30_timerThread = new Thread(state => ((Heartbeat)state!).TimerLoop())
Microsoft.Build (1)
AwaitExtensions.cs (1)
184Thread thread = new Thread(threadStart);
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
67Thread newThread = new Thread(ParallelCopyTask);
Microsoft.ML.Core (1)
Utilities\ThreadUtils.cs (1)
22new Thread(start) { IsBackground = false };
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
726_taskRunnerThread = new Thread(new ParameterizedThreadStart(RunTask));
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
726_taskRunnerThread = new Thread(new ParameterizedThreadStart(RunTask));
PresentationUI (1)
MS\Internal\Documents\SigningProgress.cs (1)
52Thread 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)
301new Thread(obj => ((RunningInstance)obj!).ProcessEvents())
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (1)
203var thread = new Thread(static s => ((SocketAsyncEngine)s!).EventLoop())
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.Unix.cs (1)
107new Thread(HandleSignal)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (1)
48new Thread(s_longRunningThreadWork)
System.Xaml (1)
System\Xaml\XamlBackgroundReader.cs (1)
94_thread = new Thread(start)