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 (12)

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 (39)

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
.NET Base Class Library containsNamespace System.Threading
.NET Base Class Library containsNamespace System.Threading.Tasks
linked to: System.Threading
System.Threading.Thread namespace System.Threading
CancellationTokenSource definedIn System.Threading namespace
linked to: System.Threading
ManualResetEvent definedIn System.Threading namespace
linked to: System.Threading
AutoResetEvent definedIn System.Threading namespace
linked to: System.Threading
EventWaitHandle definedInNamespace System.Threading
Interlocked definedInNamespace System.Threading
SpinLock definedInNamespace System.Threading
ThreadLocal<T> definedIn System.Threading namespace
linked to: System.Threading
ThreadPriority definedInNamespace System.Threading
ThreadPriority memberOf System.Threading API
linked to: System.Threading
ExecutionContext definedInNamespace System.Threading
AbandonedMutexException definedIn System.Threading namespace
linked to: System.Threading
LockRecursionException definedInNamespace System.Threading
LockRecursionException definedInAssembly System.Threading
ThreadAbortException namespace System.Threading
ThreadStart definedInNamespace System.Threading
ParameterizedThreadStart isPartOf System.Threading threading API
linked to: System.Threading
RegisteredWaitHandle definedInNamespace System.Threading
PreAllocatedOverlapped definedIn System.Threading namespace
linked to: System.Threading
IOCompletionCallback category System.Threading API
linked to: System.Threading
ThreadPoolBoundHandle namespace System.Threading
AsyncLocal<T> definedIn System.Threading namespace
linked to: System.Threading
AsyncLocal<T> assembly System.Threading (in some .NET Core versions)
linked to: System.Threading
ReaderWriterLock namespace System.Threading
CancellationToken definedInNamespace System.Threading
ManualResetEventSlim definedIn System.Threading namespace
linked to: System.Threading