signal.send_sig_queue.3stap

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

signal.send_sig_queue - Queuing a signal to a process

SYNOPSIS

 signal.send_sig_queue 
 

VALUES

sigqueue_addr

The address of the signal queue

sig_name

A string representation of the signal

sig

The queued signal

pid_name

Name of the process to which the signal is queued

sig_pid

The PID of the process to which the signal is queued

AUTHOR

SystemTap

Hackers