Rechercher une page de manuel
tracehook_consider_ignored_signal
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
Sommaire
NAME
tracehook_consider_ignored_signal - suppress short-circuit of ignored signalSYNOPSIS
- int tracehook_consider_ignored_signal(struct task_struct * task, int sig);
ARGUMENTS
task
- task receiving the signal
sig
- signal number being sent
DESCRIPTION
Return zero iff tracing doesn't care to examine this ignored signal, so it can short-circuit normal delivery and never even get queued.
Called with task->sighand->siglock held.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre