signal.wakeup.3stap

Langue: en

Autres versions - même langue

Version: May 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

signal.wakeup - Sleeping process being wakened for signal

SYNOPSIS

 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 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 to wake

sig_pid

The PID of the process to wake

AUTHOR

SystemTap

Hackers