signal.wakeup — Sleeping process being wakened for signal
signal.wakeup
resumeIndicates whether to wake up a task in a <command>STOPPED</command> or <command>TRACED</command> state
state_maskA 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_nameName of the process to wake
sig_pidThe PID of the process to wake