summaryrefslogtreecommitdiff
path: root/sys/kern/kern_work.c
AgeCommit message (Collapse)Author
14 hourskernel: workqueue: Fixup passing of 'func' in wqIan 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>
16 hourskernel: Add initial workqueue frameworkIan 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>