Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 hours | kernel: workqueue: Fixup passing of 'func' in wq | Ian Moffett | |
This commit includes several changes: - Improves documentation in sys/workqueue.h - Removes useless 'func' field in workqueue structure - Duplicate strings and introduce work_destroy() Signed-off-by: Ian Moffett <ian@osmora.org> | |||
12 hours | kernel: Add initial workqueue framework | Ian Moffett | |
This commit introduces the initial groundwork for the workqueue framework which allows operations to be ran in its on thread context. Signed-off-by: Ian Moffett <ian@osmora.org> |