IceWalkers.com - Linux Software downloads and news
Name : Password :
Linux SoftwareLinux RPMLinux HowtosLink UsAboutAdvertise

sigtimedwait (2)

SIGWAITINFO(2)             Linux Programmer's Manual            SIGWAITINFO(2)



NAME
       sigwaitinfo, sigtimedwait - synchronously wait for queued signals

SYNOPSIS
       #include<signal.h>

       intsigwaitinfo(constsigset_t*set,siginfo_t*info);

       intsigtimedwait(constsigset_t*set,siginfo_t*info,conststruct
       timespec timeout);

DESCRIPTION
       sigwaitinfo() suspends execution of the calling process  until  one  of
       the  signals  in  set  is  delivered.  (If one of the signals in set is
       already pending for the  calling  process,  sigwaitinfo()  will  return
       immediately with information about that signal.)

       sigwaitinfo()  removes  the delivered signal from the calling process's
       list of pending signals and returns the signal number as  its  function
       result.   If the info argument is not NULL, then it returns a structure
       of type siginfo_t (see sigaction(2)) containing information  about  the
       signal.

       Signals  returned  via  sigwaitinfo() are delivered in the usual order;
       see signal(7) for further details.

       sigtimedwait() operates in exactly the same way as sigwaitinfo() except
       that  it  has  an  additional argument, timeout, which enables an upper
       bound to be placed on the time for  which  the  process  is  suspended.
       This argument is of the following type:

         struct timespec {
             long    tv_sec;         /* seconds */
             long    tv_nsec;        /* nanoseconds */
         }

       If  both  fields  of  this structure are specified as 0, a poll is per-
       formed: sigtimedwait() returns  immediately,  either  with  information
       about  a  signal  that  was pending for the caller, or with an error if
       none of the signals in set was pending.

RETURNVALUE
       On success, both sigwaitinfo() and sigtimedwait() return a signal  num-
       ber  (i.e.,  a  value greater than zero).  On failure both calls return
       -1, with errno set to indicate the error.

ERRORS
       EAGAIN No signal in set was delivered within the timeout period  speci-
              fied to sigtimedwait().

       EINVAL timeout was invalid.

       EINTR  The wait was interrupted by a signal handler.  (This handler was
              for a signal other than one of those in set.)

NOTES
       In normal usage, the caller blocks the signals in set via a prior  call
       to  sigprocmask()  (so  that  the default disposition for these signals
       does not occur if they are delivered between successive calls  to  sig-
       waitinfo()orsigtimedwait()) and does not establish handlers for these
       signals.

       POSIX leaves the meaning of a NULL value for the  timeout  argument  of
       sigtimedwait()  unspecified,  permitting  the possibility that this has
       the same meaning as a call to sigwaitinfo(), and indeed this is what is
       done on Linux.

CONFORMINGTO
       POSIX 1003.1-2001

SEEALSO
       kill(2),   sigaction(2),   signal(2),   sigpending(2),  sigprocmask(2),
       sigqueue(2), signal(7), sigsetops(3)



Linux 2.4.18                      2002-06-07                    SIGWAITINFO(2)

_Exitgetsockoptoutwshmat
_exitgettidoutw_pshmctl
_llseekgettimeofdaypauseshmdt
_newselectgetuidpersonalityshmget
_sysctlgttypipeshmop
acceptidlepivot_rootshutdown
accessinbpollsigaction
acctinb_pprctlsigaltstack
adjtimexinlpreadsigblock
afs_syscallinl_pprofsiggetmask
alarminsbpselectsigmask
alloc_hugepagesinslptracesignal
arch_prctlinswpwritesigpause
bdflushintroquotactlsigpending
bindinwreadsigprocmask
breakinw_preaddirsigqueue
brkioctlreadlinksigreturn
cacheflushioctl_listreadvsigsetmask
capgetiopermrebootsigsuspend
capsetioplrecvsigtimedwait
chdiripcrecvfromsigvec
chmodkillrecvmsgsigwaitinfo
chownkillpgrenamesocket
chrootlchownrmdirsocketcall
clonelinksbrksocketpair
closelistensched_get_priority_maxssetmask
connectllseeksched_get_priority_minstat
creatlocksched_getaffinitystatfs
duplseeksched_getparamstime
dup2lstatsched_getschedulerstty
execvemadvisesched_rr_get_intervalswapoff
exitmincoresched_setaffinityswapon
fchdirmkdirsched_setparamsymlink
fchmodmknodsched_setschedulersync
fchownmlocksched_yieldsyscall
fcntlmlockallselectsyscalls
fdatasyncmmapselect_tutsysctl
flockmmap2semctlsysfs
forkmodify_ldtsemgetsysinfo
free_hugepagesmountsemopsyslog
fstatmprotectsendtime
fstatfsmpxsendfiletimes
fsyncmremapsendmsgtkill
ftruncatemsgctlsendtotruncate
futexmsggetsetcontextumask
getcontextmsgopsetdomainnameumount
getdentsmsgrcvsetegidumount2
getdomainnamemsgsndseteuiduname
getdtablesizemsyncsetfsgidundocumented
getegidmunlocksetfsuidunimplemented
geteuidmunlockallsetgidunlink
getgidmunmapsetgroupsuselib
getgroupsnanosleepsethostidustat
gethostidnfsservctlsethostnameutime
gethostnamenicesetitimerutimes
getitimerobsoletesetpgidvfork
getpagesizeoldfstatsetpgrpvhangup
getpeernameoldlstatsetpriorityvm86
getpgidoldoldunamesetregidwait
getpgrpoldstatsetresgidwait3
getpidoldunamesetresuidwait4
getppidopensetreuidwaitpid
getpriorityoutbsetrlimitwrite
getresgidoutb_psetsidwritev
getresuidoutlsetsockopt 
getrlimitoutl_psettimeofday 
getrusageoutsbsetuid 
getsidoutslsetup 


The Gimp 2.6.3
GNU Image Manipulation Program
Linux Kernel 2.6 2.6.27.7
Linux Kernel
Battle for Wesnoth 1.4.6
Fantasy Turn-Based Strategy Game
DeleGate 9.9.0-pre8
Proxy server which runs on multiple platforms
Safesquid proxy server 4.2.2.RC8.14B
Antivirus and content filtering proxy server
Thunderbird 2.0.0.18
An email and newsgroup client with powerful, new junk mail controls
Wine 1.1.9
Free implementation of Windows on Unix
WebGUI 7.5.34
A fully featured content management system.
KOffice 2.0 beta3
Integrated office suite for KDE
LimeWire 4.18.8
Gnutella Client
Free IT Magazines, White Papers, eBooks, and more !
Oracle Magazine

Contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more.

eWeek

The essential technology information source for builders of e-business.

BusinessWeek (Digital Edition)

Provides readers a deeper understanding of the trends that drive growth, and what best practices keep them ahead of the competition.

Linux Software Map
Find Linux RPM
Best Rated Linux Software
Most Rated Linux Software
Linux Distributions
Linux Howtos
Quick Survey

Please take our survey and help us improve our website to serve you better.

Thank you.
Linux Software
Linux / IT Resources
Site Resources
Google
Privacy Policy
Contact Us
Submit Software
Advertising info