1DO_SIGTIMEDWAIT(9) Driver Basics DO_SIGTIMEDWAIT(9)
23
4
NAME
6do_sigtimedwait - wait for queued signals specified in which
7
SYNOPSIS
9int do_sigtimedwait(const sigset_t * which, siginfo_t * info,
10const struct timespec * ts);
11
ARGUMENTS
13which
14queued signals to wait for
1516
info
17if non-null, the signal's siginfo is returned here
1819
ts
20upper bound on process time suspension
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 DO_SIGTIMEDWAIT(9)