Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Methods
Implementation of IUnknown::AddRef. |
|
The constructor for the thread pool. |
|
The destructor for the thread pool. |
|
Call this method to get the number of threads in the pool. |
|
Call this method to get the handle of the IO completion port used to queue work items. |
|
Call this method to get the number of threads in the pool. |
|
Call this method to get the maximum time in milliseconds that the thread pool will wait for a thread to shut down. |
|
Call this method to initialize the thread pool. |
|
Implementation of IUnknown::QueryInterface. |
|
Call this method to queue a work item to be handled by a thread in the pool. |
|
Implementation of IUnknown::Release. |
|
Call this method to set the number of threads in the pool. |
|
Call this method to set the maximum time in milliseconds that the thread pool will wait for a thread to shut down. |
|
Call this method to shut down the thread pool. |