Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 564 Bytes

File metadata and controls

23 lines (14 loc) · 564 Bytes

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