Work queue. More...
#include <workqueue.h>

Data Fields | |
| struct slist | task_list |
| Tasks to be executed. | |
Work queue.
This structure contains a queue of tasks to be performed whenever the CPU becomes available.
Definition at line 83 of file workqueue.h.
| struct slist workqueue::task_list |
Tasks to be executed.
Definition at line 85 of file workqueue.h.
Referenced by workqueue_init(), workqueue_is_empty(), and workqueue_pop_task().
1.6.3