Searched refs:sigtimedwait (Results 1 – 13 of 13) sorted by relevance
/aosp12/bionic/tests/ |
H A D | SignalUtils.h | 38 #define sigtimedwait64 sigtimedwait
|
H A D | signal_test.cpp | 708 TEST(signal, sigtimedwait) { in TEST() argument 725 ASSERT_EQ(SIGALRM, sigtimedwait(&just_SIGALRM, &info, &timeout)); in TEST() 763 ASSERT_EQ(-1, sigtimedwait(&just_SIGALRM, &info, &timeout)); in TEST()
|
/aosp12/bionic/libc/bionic/ |
H A D | signal.cpp | 273 int sigtimedwait(const sigset_t* bionic_set, siginfo_t* info, const timespec* timeout) { in sigtimedwait() function 309 return sigtimedwait(set, info, nullptr); in sigwaitinfo()
|
/aosp12/art/runtime/ |
H A D | exec_utils.cc | 127 int wait_result = TEMP_FAILURE_RETRY(sigtimedwait(&child_mask, nullptr, &ts)); in ExecAndReturnCode()
|
/aosp12/bionic/libc/include/ |
H A D | signal.h | 124 int sigtimedwait(const sigset_t* __set, siginfo_t* __info, const struct timespec* __timeout) __INTR…
|
/aosp12/frameworks/base/cmds/incidentd/src/ |
H A D | incidentd_util.cpp | 195 int ret = TEMP_FAILURE_RETRY(sigtimedwait(&child_mask, nullptr, &ts)); in waitpid_with_timeout()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | signal_h.c | 226 FUNCTION(sigtimedwait, int (*f)(const sigset_t*, siginfo_t*, const struct timespec*)); in signal_h()
|
/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | DumpstateUtil.cpp | 59 int ret = TEMP_FAILURE_RETRY(sigtimedwait(&child_mask, nullptr, &ts)); in waitpid_with_timeout()
|
/aosp12/packages/services/Car/cpp/bugreport/ |
H A D | main.cpp | 290 int ret = TEMP_FAILURE_RETRY(sigtimedwait(&child_mask, nullptr, &ts)); in waitpid_with_timeout()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 961 sigtimedwait
|
/aosp12/bionic/docs/ |
H A D | status.md | 160 * <signal.h> `sigqueue`, `sigtimedwait`, `sigwaitinfo`.
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 973 sigtimedwait; # introduced=23
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 973 sigtimedwait; # introduced=23
|