FUNCTION::RAISE

Section: Guru tapsets (3stap)
Updated: November 2022
Index Return to Main Contents
 

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.  

SEE ALSO

tapset::guru-signal(3stap)


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:22:17 GMT, November 16, 2022