Rechercher une page de manuel
trace_signal_lose_info
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
trace_signal_lose_info - called when siginfo is lostSYNOPSIS
- void trace_signal_lose_info(int sig, int group, struct siginfo * info);
ARGUMENTS
sig
- signal number
group
- signal to process group or not (bool)
info
- pointer to struct siginfo
DESCRIPTION
Kernel generates 'sig' signal but loses 'info' siginfo, because siginfo queue is overflow. 'group' is not 0 if the signal will be sent to a process group. 'sig' is always one of non-RT signals.
AUTHORS
Jason Baron <jbaron@redhat.com>
- Author.
William Cohen <wcohen@redhat.com>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre