Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 846 Bytes

TERM.2.adoc

File metadata and controls

38 lines (30 loc) · 846 Bytes

TERM(2) Manual Page

NAME

TERM - terminate current thread, or task if last running thread of task

SYNOPSIS

Input
  • AC - return code for task (if last thread)

Call

jsr TERM

Output

== DESCRIPTION Ends the current thread. If still threads in the tasks are running, the return code is ignored. Otherwise the return code is sent to the parent with SIGCHLD.

AUTHOR

Written by André Fachat.

REPORTING BUGS