*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> pause (2)              
Title
Content
Arch
Section
 

PAUSE(2)

Contents


NAME    [Toc]    [Back]

       pause - wait for signal

SYNOPSIS    [Toc]    [Back]

       #include <unistd.h>

       int pause(void);

DESCRIPTION    [Toc]    [Back]

       The  pause  library function causes the invoking process (or thread) to
       sleep until a signal is received that either terminates it or causes it
       to call a signal-catching function.

RETURN VALUE    [Toc]    [Back]

       The  pause  function only returns when a signal was caught and the signal-catching
 function returned. In this	case  pause  returns  -1,  and
       errno is set to EINTR.

ERRORS    [Toc]    [Back]

       EINTR  a signal was caught and the signal-catching function returned.

CONFORMING TO    [Toc]    [Back]

       SVr4, SVID, POSIX, X/OPEN, BSD 4.3, SUSv2

SEE ALSO    [Toc]    [Back]

      
      
       kill(2), select(2), signal(2)



Linux				  1995-08-31			      PAUSE(2)
[ Back ]
 Similar pages
Name OS Title
sigsuspend HP-UX wait for a signal
sigsuspend Tru64 Atomically change the set of blocked signals and wait for a signal
pxfsigdelset IRIX Deletes an individual signal in the specified signal set
pxfsigismember IRIX Determines if the specified signal is a member of the specified signal set
pxfsigaddset IRIX Adds an individual signal to the specified signal set
wstat IRIX wait status
msleep FreeBSD wait for events
wakeup_one FreeBSD wait for events
tsleep FreeBSD wait for events
pthread_cond_timedwait Tru64 Causes a thread to wait for the
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service