*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> raise (3c)              
Title
Content
Arch
Section
 

Contents


RAISE(3C)							     RAISE(3C)


NAME    [Toc]    [Back]

     raise - send signal to executing program

SYNOPSIS    [Toc]    [Back]

     #include <signal.h>

     int raise (int sig);

DESCRIPTION    [Toc]    [Back]

     raise sends the signal sig	to the calling thread.	This is	functionally
     equivalent	to calling pthread_kill(pthread_self(),	sig<b>).

SEE ALSO    [Toc]    [Back]

      
      
     kill(2), pthread_kill(3P),	signal(2), sigaction(2).

DIAGNOSTICS    [Toc]    [Back]

     raise returns zero	if the signal was successfully sent, -1	and errno is
     set to indicate the error.	 See kill(2) for possible errors.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
raise Tru64 Send a signal to the executing process or thread
sigsendset Tru64 Send a signal to one or more processes
killall5 Linux send a signal to all processes.
sigsend Tru64 Send a signal to one or more processes
procset Tru64 Send a signal to one or more processes
kill Linux send signal to a process
kill OpenBSD send signal to a process
kill FreeBSD send signal to a process
pthread_kill FreeBSD send a signal to a specified thread
pthread_kill OpenBSD send a signal to a specified thread
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service