create_singlethread_workqueue Thursday, September 8, 2011

struct workqueue_struct *create_singlethread_workqueue(const char *name);

Creates a workqueue. Each workqueue has one dedicated processes ("kernel threads"), which run functions submitted to the queue.

0 comments: