Home
last modified time | relevance | path

Searched refs:do_sigtimedwait (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dsignal.h251 extern int do_sigtimedwait(const sigset_t *, siginfo_t *,
/linux-4.1.27/kernel/
Dcompat.c1018 ret = do_sigtimedwait(&s, &info, uts ? &t : NULL); in COMPAT_SYSCALL_DEFINE4()
Dsignal.c2803 int do_sigtimedwait(const sigset_t *which, siginfo_t *info, in do_sigtimedwait() function
2886 ret = do_sigtimedwait(&these, &info, uts ? &ts : NULL); in SYSCALL_DEFINE4()