home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mntdoc01.zoo / mintdoc / cat2 / psigpending.nr < prev    next >
Encoding:
Text File  |  1993-03-03  |  961 b   |  67 lines

  1.  
  2.  
  3.  
  4. Psigpending(2)             Oct. 1, 1991            Psigpending(2)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        Psigpending  -  determine which signals have been sent but
  9.        not delivered
  10.  
  11. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  12.        LONG Psigpending();
  13.  
  14. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  15.        _✓P_✓s_✓i_✓g_✓p_✓e_✓n_✓d_✓i_✓n_✓g returns a bit mask containing the signals that
  16.        have  been  sent to the calling process but not yet deliv-
  17.        ered (probably because they have blocked, either  directly
  18.        via  _✓P_✓s_✓i_✓g_✓b_✓l_✓o_✓c_✓k  or  _✓P_✓s_✓i_✓g_✓s_✓e_✓t_✓m_✓a_✓s_✓k,  or indirectly because of
  19.        signal handling.
  20.  
  21. R✓RE✓ET✓TU✓UR✓RN✓NS✓S
  22.        Bit _✓n of the returned value is set if (and only if) signal
  23.        number _✓n is pending.
  24.  
  25. S✓SE✓EE✓E A✓AL✓LS✓SO✓O
  26.        _✓P_✓s_✓i_✓g_✓b_✓l_✓o_✓c_✓k(2), _✓P_✓s_✓i_✓g_✓n_✓a_✓l(2), _✓P_✓s_✓i_✓g_✓s_✓e_✓t_✓m_✓a_✓s_✓k(2)
  27.  
  28.  
  29.  
  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. Version 0.9          MiNT Programmer's Manual                   1
  65.  
  66.  
  67.