Beef Corlib
Namespaces | Classes | Enumerations | Functions
System.Threading Namespace Reference

Classes

struct  CancellationToken
 
class  CancellationTokenSource
 
class  Interlocked
 
interface  IThreadPoolWorkItem
 
class  Monitor
 
class  SemaphoreSlim
 
struct  SpinWait
 
class  Thread
 
class  ThreadPool
 
struct  ThreadStats
 
class  Timeout
 
class  Volatile
 
class  WaitEvent
 
struct  WorkEntry
 

Enumerations

enum  ThreadPriority {
  Lowest = 0, BelowNormal = 1, Normal = 2, AboveNormal = 3,
  Highest = 4
}
 
enum  ThreadState {
  Running = 0, StopRequested = 1, SuspendRequested = 2, Background = 4,
  Unstarted = 8, Stopped = 16, WaitSleepJoin = 32, Suspended = 64,
  AbortRequested = 128, Aborted = 256
}
 

Functions

delegate Object InternalCrossContextDelegate (Object[] args)
 
delegate void ThreadStart ()
 
delegate void ParameterizedThreadStart (Object obj)
 
delegate void WorkDelegate ()