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

  man pages->Tru64 Unix man pages -> psignal (9r)              
Title
Content
Arch
Section
 

psignal(9r)

Contents


NAME    [Toc]    [Back]

       psignal - General: Sends a signal to a process

SYNOPSIS    [Toc]    [Back]

       void psignal(
               struct proc *process,
               int signal );

ARGUMENTS    [Toc]    [Back]

       Specifies  a  pointer  to a proc structure.  Specifies the
       signal that you want to send to the specified process. You
       can    specify    any    of   the   signals   defined   in
       /usr/sys/include/sys/signal.h.

DESCRIPTION    [Toc]    [Back]

       The psignal routine posts a signal to the  specified  process.
  The  posting  of  a signal causes that signal to be
       added to the set of pending signals for the specified process.
  Depending on the state of the process and the state
       of the process's signals,  the  specified  signal  may  be
       ignored,  masked, caught by a tracing parent, or caught by
       the actual target process. If the signal is to  be  delivered
  to the target process, psignal examines and modifies
       the process state to prepare the execution of  the  appropriate
 signal handler.

RETURN VALUES    [Toc]    [Back]

       None

SEE ALSO    [Toc]    [Back]

      
      
       Routines: gsignal(9r)



                                                      psignal(9r)
[ Back ]
 Similar pages
Name OS Title
gsignal Tru64 General: Sends a signal to a process group
kill Tru64 Sends a signal to a running process
pxfkill IRIX Sends a signal to a process or group of processes
kill HP-UX send a signal to a process; terminate a process
pgsignal FreeBSD post signal to a process or process group
gsignal FreeBSD post signal to a process or process group
psignal FreeBSD post signal to a process or process group
kill FreeBSD send signal to a process
pause IRIX suspend process until signal
gsignal NetBSD post signal to a process
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service