home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / pause.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2. PAUSE(3)                   UNIX Programmer's Manual                   PAUSE(3)
  3.  
  4. NNAAMMEE
  5.      ppaauussee - stop until signal
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<uunniissttdd..hh>>
  9.  
  10.      _i_n_t
  11.      ppaauussee(_v_o_i_d)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      PPaauussee iiss mmaaddee oobbssoolleettee bbyy ssiiggppaauussee((33))..
  15.  
  16.      The ppaauussee() function forces a process to pause until a signal is received
  17.      from either the kill(2) function or an interval timer.  (See
  18.      setitimer(2).)  Upon termination of a signal handler started during a
  19.      ppaauussee(), the ppaauussee() call will return.
  20.  
  21. RREETTUURRNN VVAALLUUEESS
  22.      Always returns -1.
  23.  
  24. EERRRROORRSS
  25.      The ppaauussee() function always returns:
  26.  
  27.      [EINTR]  The call was interrupted.
  28.  
  29. SSEEEE AALLSSOO
  30.      kill(2),  select(2),  sigpause(2)
  31.  
  32. HHIISSTTOORRYY
  33.      A ppaauussee() syscall appeared in Version 6 AT&T UNIX.
  34.  
  35. 4th Berkeley Distribution       April 19, 1991                               1
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.