Este conteúdo não está disponível no idioma selecionado.
signal.wakeup
Name
signal.wakeup — Sleeping process being wakened for signal
Synopsis
signal.wakeup
Values
resume
- Indicates whether to wake up a task in a
STOPPED
orTRACED
state state_mask
- A string representation indicating the mask of task states to wake. Possible values are
TASK_INTERRUPTIBLE
,TASK_STOPPED
,TASK_TRACED
, andTASK_INTERRUPTIBLE
. pid_name
- Name of the process to wake
sig_pid
- The PID of the process to wake