Print this page
OS-???? [lx] SIGEV_THREAD_ID emulation needed


  54 #define LX_SIGTSTP      20
  55 #define LX_SIGTTIN      21
  56 #define LX_SIGTTOU      22
  57 #define LX_SIGURG       23
  58 #define LX_SIGXCPU      24
  59 #define LX_SIGXFSZ      25
  60 #define LX_SIGVTALRM    26
  61 #define LX_SIGPROF      27
  62 #define LX_SIGWINCH     28
  63 #define LX_SIGIO        29
  64 #define LX_SIGPOLL      LX_SIGIO
  65 #define LX_SIGPWR       30
  66 #define LX_SIGSYS       31
  67 #define LX_SIGUNUSED    31
  68 
  69 #define LX_NSIG         64      /* Linux _NSIG */
  70 
  71 #define LX_SIGRTMIN     32
  72 #define LX_SIGRTMAX     LX_NSIG
  73 


  74 extern const int ltos_signo[];
  75 extern const int stol_signo[];
  76 
  77 extern int lx_stol_signo(int, int);
  78 extern int lx_ltos_signo(int, int);
  79 extern int lx_stol_status(int, int);
  80 extern int lx_stol_sigcode(int);
  81 
  82 #ifdef  __cplusplus
  83 }
  84 #endif
  85 
  86 #endif  /* _LX_SIGNUM_H */


  54 #define LX_SIGTSTP      20
  55 #define LX_SIGTTIN      21
  56 #define LX_SIGTTOU      22
  57 #define LX_SIGURG       23
  58 #define LX_SIGXCPU      24
  59 #define LX_SIGXFSZ      25
  60 #define LX_SIGVTALRM    26
  61 #define LX_SIGPROF      27
  62 #define LX_SIGWINCH     28
  63 #define LX_SIGIO        29
  64 #define LX_SIGPOLL      LX_SIGIO
  65 #define LX_SIGPWR       30
  66 #define LX_SIGSYS       31
  67 #define LX_SIGUNUSED    31
  68 
  69 #define LX_NSIG         64      /* Linux _NSIG */
  70 
  71 #define LX_SIGRTMIN     32
  72 #define LX_SIGRTMAX     LX_NSIG
  73 
  74 #define LX_SIGTIMER     LX_SIGRTMIN
  75 
  76 extern const int ltos_signo[];
  77 extern const int stol_signo[];
  78 
  79 extern int lx_stol_signo(int, int);
  80 extern int lx_ltos_signo(int, int);
  81 extern int lx_stol_status(int, int);
  82 extern int lx_stol_sigcode(int);
  83 
  84 #ifdef  __cplusplus
  85 }
  86 #endif
  87 
  88 #endif  /* _LX_SIGNUM_H */