System.Threading

E183372

System.Threading is a .NET namespace that provides types and APIs for working with threads, tasks, synchronization, and concurrent programming.

All labels observed (7)

How this entity was disambiguated

Statements (60)

Predicate Object
instanceOf .NET namespace
containsType AbandonedMutexException
ApartmentState
AsyncLocal<T>
AutoResetEvent
Barrier
CancellationToken
CancellationTokenSource
ContextCallback
CountdownEvent
EventWaitHandle
ExecutionContext
IOCompletionCallback
Interlocked
LazyInitializer
LockCookie
LockRecursionException
ManualResetEvent
ManualResetEventSlim
Monitor
Mutex
Overlapped
ParameterizedThreadStart
PreAllocatedOverlapped
ReaderWriterLock
ReaderWriterLockSlim
linked to: System.Threading

RegisteredWaitHandle
Semaphore
SemaphoreSlim
SpinLock
SpinWait
linked to: System.Threading

SynchronizationContext
linked to: System.Threading

SynchronizationLockException
Thread
ThreadAbortException
ThreadInterruptedException
ThreadLocal<T>
ThreadPool
ThreadPoolBoundHandle
ThreadPriority
ThreadStart
Timer
TimerCallback
Volatile
WaitCallback
WaitHandle
linked to: System.Threading
domain concurrent programming
multithreading
partOf .NET Base Class Library
providedBy .NET (5+) runtime
linked to: .NET 5

.NET Core
.NET Framework
supportsFeature atomic operations
cancellation
synchronization contexts
synchronization primitives
thread management
thread pooling
thread-local storage
timers

How these facts were elicited

Referenced by (8)

Full triples — surface form annotated when it differs from this entity's canonical label.

.NET Standard Library includesNamespace System.Threading
System containsType System.Threading.Tasks.Task
linked to: System.Threading
System containsType System.Threading.CancellationToken
linked to: System.Threading
System hasSubNamespace System.Threading
System.Threading containsType SpinWait
linked to: System.Threading
System.Threading containsType SynchronizationContext
linked to: System.Threading
System.Threading containsType WaitHandle
linked to: System.Threading
System.Threading containsType ReaderWriterLockSlim
linked to: System.Threading