Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pause(2) — svr4 — mips UMIPS RISC/os 5.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

alarm(2)

kill(2)

signal(2)

sigpause(2)

wait(2)



PAUSE(2-SVR4)       RISC/os Reference Manual        PAUSE(2-SVR4)



NAME
     pause - suspend process until signal

SYNOPSIS
     #include <unistd.h>

     int pause(void);

DESCRIPTION
     pause suspends the calling process until it receives a sig-
     nal.  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 does not return.

     If the signal is caught by the calling process and control
     is returned from the signal-catching function [see sig-
     nal(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), sigpause(2), wait(2).































                        Printed 11/19/92                   Page 1



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