workqueue_destroy(9) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
WORKQUEUE_DESTROY(9)   NetBSD Kernel Developer's Manual   WORKQUEUE_DESTROY(9)


NAME
workqueue_destroy -- Destroy a workqueue
SYNOPSIS
#include <sys/workqueue.h> void workqueue_destroy(struct workqueue *wq);
DESCRIPTION
workqueue_destroy() destroys a workqueue and frees associated resources. The caller should ensure that the workqueue has no work enqueued before- hand.
SEE ALSO
intro(9), workqueue(9) NetBSD 5.0 September 15, 2006 NetBSD 5.0
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.