summaryrefslogtreecommitdiffstats
path: root/sys/sys/task.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for remote coverage to kcov. Remote coverage is collectedanton2020-08-011-1/+4
* visa points out we don't use or need the TASK_BARRIER flag anymore.dlg2020-06-081-2/+1
* Make taskq_barrier(9) work for multi-threaded task queues.kettenis2019-06-231-1/+2
* add WITNESS support to barriers modelled on the timeout stuff visa did.dlg2019-04-281-1/+3
* deprecate TASKQ_CANTSLEEP since nothing uses it anymoredlg2019-04-011-2/+1
* add task_pendingdlg2018-12-161-1/+5
* add taskq_barrierdlg2017-11-131-1/+2
* Move initialization macro outside of #define _KERNEL to use them inmpi2016-06-071-4/+3
* _SYS_TASKQ_H_ -> _SYS_TASK_H_dlg2015-12-081-4/+4
* +TAILQ_HEAD(task_list, task);dlg2015-12-081-1/+3
* we want to defer work traditionally (in openbsd) handled in andlg2015-02-091-2/+5
* remove the second void * argument on tasks.dlg2015-01-271-8/+6
* Create system taskq ("systqmp") which runs without the kernel lock;blambert2014-06-111-1/+2
* provide a TASK_INITIALIZER() macro.dlg2013-12-231-1/+5
* hide kernel protytypesderaadt2013-10-311-1/+3
* deprecate taskq_systq() and replace it with extern struct taskqdlg2013-10-301-2/+3
* use unsigned int instead of u_int to reduce the depend on types.h.dlg2013-10-291-3/+3
* introduce tasks and taskqs as an alternative to workqs.dlg2013-10-291-0/+43