Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pause(2) — GL2 W3.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

alarm(2)

kill(2)

signal(2)

wait(2)

PAUSE(2)  —  Silicon Graphics

NAME

pause − suspend process until signal

SYNOPSIS

pause ()

DESCRIPTION

Pause suspends the calling process until it receives a signal.  The signal must be one that is not currently set to be ignored by the calling process. 

If the signal causes termination of the calling process, pause will not return. 

If the signal is caught by the calling process and control is returned from the signal catching-function (see signal(2)), the calling process resumes execution from the point of suspension; with a return value of −1 from pause and errno set to EINTR. 

SEE ALSO

alarm(2), kill(2), signal(2), wait(2). 

ASSEMBLER

moveq#29,D0
trap#0

Version 3.6  —  December 20, 1987

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026