Searched refs:sigtimedwait (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/bionic/ |
D | sigwaitinfo.cpp | 32 return sigtimedwait(set, info, NULL); in sigwaitinfo()
|
D | sigtimedwait.cpp | 35 int sigtimedwait(const sigset_t* set, siginfo_t* info, const timespec* timeout) { in sigtimedwait() function
|
/bionic/libc/include/ |
D | signal.h | 164 int sigtimedwait(const sigset_t* _Nonnull, siginfo_t*, const struct timespec*) __INTRODUCED_IN(23);
|
/bionic/tests/ |
D | signal_test.cpp | 327 TEST(signal, sigtimedwait) { in TEST() argument 346 ASSERT_EQ(SIGALRM, sigtimedwait(&just_SIGALRM, &info, &timeout)); in TEST() 374 ASSERT_EQ(-1, sigtimedwait(&just_SIGALRM, &info, &timeout)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 961 sigtimedwait
|
/bionic/libc/ |
D | libc.mips64.map | 888 sigtimedwait; # introduced=23
|
D | libc.x86_64.map | 888 sigtimedwait; # introduced=23
|
D | libc.arm64.map | 888 sigtimedwait; # introduced=23
|
D | libc.x86.map | 943 sigtimedwait; # introduced=23
|
D | libc.mips.map | 945 sigtimedwait; # introduced=23
|
D | libc.arm.map | 947 sigtimedwait; # introduced=23
|
D | libc.map.txt | 972 sigtimedwait; # introduced=23
|
D | Android.bp | 1383 "bionic/sigtimedwait.cpp",
|