Skip to content

Files

Latest commit

sgrahamCQ bot account: commit-bot@chromium.org
and
CQ bot account: commit-bot@chromium.org
Nov 27, 2018
efed377 · Nov 27, 2018

History

History
20 lines (12 loc) · 471 Bytes

task.md

File metadata and controls

20 lines (12 loc) · 471 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