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

  1.  
  2. SIGPAUSE(2)                UNIX Programmer's Manual                SIGPAUSE(2)
  3.  
  4. NNAAMMEE
  5.      ssiiggppaauussee - atomically release blocked signals and wait for interrupt
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssyyss//ssiiggnnaall..hh>>
  9.  
  10.      _i_n_t
  11.      ssiiggppaauussee(_i_n_t _s_i_g_m_a_s_k)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      TThhiiss iinntteerrffaaccee iiss mmaaddee oobbssoolleettee bbyy sigsuspend(2).
  15.  
  16.      SSiiggppaauussee() assigns _s_i_g_m_a_s_k to the set of masked signals and then waits
  17.      for a signal to arrive; on return the set of masked signals is restored.
  18.      _S_i_g_m_a_s_k is usually 0 to indicate that no signals are to be blocked.
  19.      SSiiggppaauussee() always terminates by being interrupted, returning ­1 with
  20.      _e_r_r_n_o set to EINTR
  21.  
  22. SSEEEE AALLSSOO
  23.      sigsuspend(2),  kill(2),  sigaction(2),  sigprocmask(2),  sigblock(2),
  24.      sigvec(2)
  25.  
  26. HHIISSTTOORRYY
  27.      The ssiiggppaauussee function call appeared in 4.2BSD and has been deprecated.
  28.  
  29. 4th Berkeley Distribution       March 10, 1991                               1
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  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.