1DO_SIGTIMEDWAIT(9)               Driver Basics              DO_SIGTIMEDWAIT(9)
2
3
4

NAME

6       do_sigtimedwait - wait for queued signals specified in which
7

SYNOPSIS

9       int do_sigtimedwait(const sigset_t * which, siginfo_t * info,
10                           const struct timespec * ts);
11

ARGUMENTS

13       which
14           queued signals to wait for
15
16       info
17           if non-null, the signal's siginfo is returned here
18
19       ts
20           upper bound on process time suspension
21
23Kernel Hackers Manual 3.10         June 2019                DO_SIGTIMEDWAIT(9)
Impressum