logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::raise - raise a signal in the current thread

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.

Name

       function::raise - raise a signal in the current thread

See Also

tapset::guru-signal(3stap)

SystemTap Tapset Reference                         April 2024                             FUNCTION::RAISE(3stap)

Synopsis

           raise(signo:long)

See Also