Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The thread management utility functions manage worker threads for resource DLLs.
In this section
-
Determines whether a worker thread should exit as soon as possible. The PCLUSAPIClusWorkerCheckTerminate type defines a pointer to this function.
-
Creates a worker thread. The PCLUSAPI_CLUS_WORKER_CREATE type defines a pointer to this function.
-
Waits for multiple worker threads to terminate up to the specified timeout.
-
Terminates a worker thread. The PCLUSAPI_CLUS_WORKER_TERMINATE type defines a pointer to this function.
-
Waits for a worker thread to terminate up to the specified timeout.
Related topics