CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/15 20:36:02
Modified files:
sys/sys : task.h
sys/kern : kern_task.c
sys/net : ifq.c
Log message:
add task_pending
jsg@ wants this for drm, and i've had a version of it in diffs sine
2016, but obviously havent needed to use it just yet.
task_pending is modelled on timeout_pending, and tells you if the
task is on a list waiting to execute.
ok jsg@
