CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/14 20:39:33
Added files:
usr.sbin/vmd : task.c task.h
Log message:
port taskqs to vmd for use in future work on virtio devices
these are backed by pthreads rather than kthreads and mutexes, and
only support creating a taskq serviced by a single worker thread.
task_set, task_add, and task_del all work the same though.
these are not linked into the build yet.
ok mlarkin@
