LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   signal 32,33 (https://www.linuxquestions.org/questions/linux-newbie-8/signal-32-33-a-902438/)

niknafsali 09-11-2011 09:14 AM

signal 32,33
 
where are signal 32 and 33 in "kill -l" result list ??? why they are not shown?

chrism01 09-11-2011 06:06 PM

You should read this page; under Linux those are in the 'Real Time signals' block and
Quote:

Linux supports real-time signals as originally defined in the POSIX.1b real-time extensions (and now included in POSIX.1-2001). Linux supports 32 real-time signals, numbered from 32 (SIGRTMIN) to 63 (SIGRTMAX). (Programs should always refer to real-time signals using notation SIGRTMIN+n, since the range of real-time signal numbers varies across Unices.)

Unlike standard signals, real-time signals have no predefined meanings: the entire set of real-time signals can be used for application-defined purposes. (Note, however, that the LinuxThreads implementation uses the first three real-time signals.)
HTH

Welcome to LQ


All times are GMT -5. The time now is 12:08 PM.