| Name | Description |
---|
  | CreateThread(ParameterizedThreadStart, Repository, String, ThreadPriority) |
Creates a thread.
|
  | CreateThread(ThreadStart, Repository, String, ThreadPriority) |
Creates a thread.
|
  | CreateThread(ParameterizedThreadStart, Int32, Repository, String, ThreadPriority) |
Creates a thread.
|
  | CreateThread(ParameterizedThreadStart, Repository, String, ThreadPriority, BackgroundThread) | Obsolete. |
  | CreateThread(ThreadStart, Int32, Repository, String, ThreadPriority) |
Creates a thread.
|
  | CreateThread(ThreadStart, Repository, String, ThreadPriority, BackgroundThread) | Obsolete. |
  | CreateThread(ParameterizedThreadStart, Int32, Repository, String, ThreadPriority, BackgroundThread) | Obsolete. |
  | CreateThread(ThreadStart, Int32, Repository, String, ThreadPriority, BackgroundThread) | Obsolete. |
  | RunThread(ThreadStart, Repository, String, ThreadPriority) |
Creates and starts a thread.
|
  | RunThread(ThreadStart, Repository, String, ThreadPriority, BackgroundThread) | Obsolete. |