Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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. |