1RT_SIGPENDING(2)           Linux Programmer's Guide           RT_SIGPENDING(2)
2
3
4

NAME

6       rt_sigpending  -  Examine  a  pending signal that has been raised while
7       blocked
8

SYNOPSIS

10       long sys_rt_sigpending (sigset_t *set, size_t sigsetsize);
11
12

DESCRIPTION

14       rt_sigpending allows  pending  signals  that  have  been  raised  while
15       blocked  to  be  examined.  The set value stores the signal mask of the
16       pending signals. sigsetesize should indicate the  size  of  a  sigset_t
17       type or larger; otherwise, an error is returned.
18
19

RETURN VALUE

21       rt_sigpending  returns  0  on success. Otherwise, rt_sigpending returns
22       one of the errors listed in the "Errors" section.
23
24

ERRORS

26       -EINVAL
27              An invalid signal was specified.
28
29
30       -EFAULT
31              set pointed to memory that is not part of  the  process  address
32              space.
33
34

SEE ALSO

36       rt_sigaction(2),   rt_sigprocmask(2),   rt_sigqueueinfo(2),   rt_sigreā€
37       turn(2), rt_sigsuspend(2), rt_sigtimedwait(2)
38
39

AUTHOR

41       Niki Rahimi
42
43
44
45Linux 2.6                        2004-March-12                RT_SIGPENDING(2)
Impressum