Task

NAME

Task - “Runnable” subclass of kernel objects (threads, processes, and jobs)

SYNOPSIS

Threads, processes, and jobs objects are all tasks. They share the ability to be suspended, resumed, and killed.

DESCRIPTION

TODO

SYSCALLS