centos man page for function::raise

Query: function::raise

OS: centos

Section: 3stap

Links: centos man pages   all man pages   forum categories

Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FUNCTION::RAISE(3stap)						   Guru tapsets 					    FUNCTION::RAISE(3stap)

NAME
function::raise - raise a signal in the current thread
SYNOPSIS
raise(signo:long)
ARGUMENTS
signo signal number
DESCRIPTION
This function calls the kernel send_sig routine on the current thread, with the given raw unchecked signal number. It may raise an error if send_sig failed. It requires guru mode. SystemTap Tapset Reference June 2014 FUNCTION::RAISE(3stap)