summaryrefslogtreecommitdiffstats
path: root/sys/sys/taskqueue.h
Commit message (Expand)AuthorAgeFilesLines
* Revert the reindentation of struct task's definition from rev 1.4.jhb2001-10-281-4/+4
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-261-14/+6
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-261-10/+18
* taskqueue_swi is a pointer, not a struct. Fix a comment that misleadinglymsmith2000-06-091-1/+1
* Style fixes.dfr2000-05-301-31/+33
* Add taskqueue system for easy-to-use SWIs among other things.dfr2000-05-281-0/+113
OpenPOWER on IntegriCloud