Thread Management Utility Functions

The thread management utility functions manage worker threads for resource DLLs.

In this section

ClusWorkerCheckTerminate

Determines whether a worker thread should exit as soon as possible. The PCLUSAPIClusWorkerCheckTerminate type defines a pointer to this function.

ClusWorkerCreate

Creates a worker thread. The PCLUSAPI_CLUS_WORKER_CREATE type defines a pointer to this function.

ClusWorkersTerminate

Waits for multiple worker threads to terminate up to the specified timeout.

ClusWorkerTerminate

Terminates a worker thread. The PCLUSAPI_CLUS_WORKER_TERMINATE type defines a pointer to this function.

ClusWorkerTerminateEx

Waits for a worker thread to terminate up to the specified timeout.

Failover Cluster Utility Functions