Workqueue implementation. More...
#include <interrupt.h>#include <types.h>#include <workqueue.h>Go to the source code of this file.
Functions | |
| bool | workqueue_add_task (struct workqueue *queue, struct workqueue_task *task) |
| Add task to work queue. | |
Nested Workqueues | |
| bool | nested_workqueue_add_task (struct nested_workqueue *nwq, struct workqueue_task *task) |
| Add task to nested work queue. | |
| void | nested_workqueue_next_task (struct nested_workqueue *nwq) |
| Switch to the next task in a nested work queue. | |
Variables | |
| struct workqueue | main_workqueue |
| The main work queue. | |
Workqueue implementation.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file workqueue.c.
1.6.3