1. NAME

do_sigtimedwait - wait for queued signals specified in which

2. SYNOPSIS

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

3. ARGUMENTS

which
    queued signals to wait for

info
    if non-null, the signalAqs siginfo is returned here

ts
    upper bound on process time suspension

4. COPYRIGHT