Searched refs:sigtimedwait (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | SignalUtils.h | 38 #define sigtimedwait64 sigtimedwait
|
D | signal_test.cpp | 729 TEST(signal, sigtimedwait) { in TEST() argument 746 ASSERT_EQ(SIGALRM, sigtimedwait(&just_SIGALRM, &info, &timeout)); in TEST() 784 ASSERT_EQ(-1, sigtimedwait(&just_SIGALRM, &info, &timeout)); in TEST()
|
/bionic/libc/bionic/ |
D | signal.cpp | 272 int sigtimedwait(const sigset_t* bionic_set, siginfo_t* info, const timespec* timeout) { in sigtimedwait() function 306 return sigtimedwait(set, info, nullptr); in sigwaitinfo()
|
/bionic/libc/include/ |
D | signal.h | 120 int sigtimedwait(const sigset_t* _Nonnull __set, siginfo_t* _Nullable __info, const struct timespec…
|
/bionic/tests/headers/posix/ |
D | signal_h.c | 226 FUNCTION(sigtimedwait, int (*f)(const sigset_t*, siginfo_t*, const struct timespec*)); in signal_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 961 sigtimedwait
|
/bionic/docs/ |
D | status.md | 217 * <signal.h> `sigqueue`, `sigtimedwait`, `sigwaitinfo`.
|
/bionic/libc/ |
D | libc.map.txt | 973 sigtimedwait; # introduced=23
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 973 sigtimedwait; # introduced=23
|