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

  man pages->IRIX man pages -> pthread_kill (3p)              
Title
Content
Arch
Section
 

Contents


pthread_kill(3P)					      pthread_kill(3P)


NAME    [Toc]    [Back]

     pthread_kill - deliver a signal to	a thread

C SYNOPSIS    [Toc]    [Back]

     #include <signal.h>

     int pthread_kill(pthread_t	thread,	int sig);

DESCRIPTION    [Toc]    [Back]

     The pthread_kill()	function is used to request that a signal be sent to
     the specified thread.

     If	sig is zero, error checking is performed, but no signal	is actually
     sent.

DIAGNOSTICS    [Toc]    [Back]

     On	success, pthread_kill()	returns	zero; otherwise, an error number is
     returned:

     [ESRCH]	    The	thread parameter does not identify a thread.

     [EINVAL]	    The	value specified	by sig is either an invalid or
		    unsupported	signal number.

SEE ALSO    [Toc]    [Back]

      
      
     sigaction(2), pthread_sigmask(3P),	signal(5).


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
pthread_kill OpenBSD send a signal to a specified thread
pthread_kill FreeBSD send a signal to a specified thread
sigwait Tru64 Suspend a calling thread until a signal arrives
sigwaitinfo Tru64 Suspend a calling thread until a signal arrives
sigtimedwait Tru64 Suspend a calling thread until a signal arrives
raise Tru64 Send a signal to the executing process or thread
pthread_kill Tru64 Delivers a signal to a specified thread. (This routine is available only on a UNIX system.)
post Tru64 deliver a message
tail HP-UX deliver the last part of a file
basename IRIX deliver portions of pathnames
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service