probe_signal.wakeup

Langue: en

Version: February 2009 (ubuntu - 08/07/09)

Section: 5 (Format de fichier)

NAME

probe_signal.wakeup - Wakes up a sleeping process, making it ready for new active signals

SYNOPSIS

 probe signal.wakeup 
 

VALUES

resume

Indicates whether to wake up a task in a <command>STOPPED</command> or <command>TRACED</command> state

state_mask

A string representation indicating the mask of task states you wish to wake. Possible values are <command>TASK_INTERRUPTIBLE</command>, <command>TASK_STOPPED</command>, <command>TASK_TRACED</command>, and <command>TASK_INTERRUPTIBLE</command>.

pid_name

Name of the process you wish to wake

sig_pid

The PID of the process you wish to wake

AUTHOR

William Cohen <wcohen@redhat.com>