This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Doubt regarding Signals


Le samedi 29 août 2009 22:41:39 Shameem Ahamed, vous avez écrit :
> If  a process receives more than one different signals (eg SIGUSR1 and
> SUGUSR2  or any two other signals) simultaneously what is the default
> action from kernel. Which handler will execute first and what is the
> criterion for selecting the handlers for execution

If the signals are different, then handlers will be executed for both. Note 
that an handler can interrupt another one.

-- 
Rémi Denis-Courmont
http://www.remlab.net/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]