HomeSort by relevance Sort by last modified time
    Searched full:sigtimedwait (Results 1 - 25 of 40) sorted by null

1 2

  /bionic/libc/bionic/
sigtimedwait.cpp 35 int sigtimedwait(const sigset_t* set, siginfo_t* info, const timespec* timeout) { function
sigwaitinfo.cpp 32 return sigtimedwait(set, info, NULL);
  /external/squashfs-tools/squashfs-tools/
info.c 146 sig = sigtimedwait(&sigmask, NULL, &timespec);
161 BAD_ERROR("sigtimedwait/sigwaitinfo failed "
unsquashfs_info.c 109 sig = sigtimedwait(&sigmask, NULL, &timespec);
124 BAD_ERROR("sigtimedwait/sigwaitinfo failed "
  /bionic/tests/
signal_test.cpp 325 TEST(signal, sigtimedwait) {
344 ASSERT_EQ(SIGALRM, sigtimedwait(&just_SIGALRM, &info, &timeout));
372 ASSERT_EQ(-1, sigtimedwait(&just_SIGALRM, &info, &timeout));
gtest_main.cpp 582 int signo = TEMP_FAILURE_RETRY(sigtimedwait(&waiting_mask, NULL, &timeout));
587 perror("sigtimedwait");
    [all...]
  /bionic/libc/include/
signal.h 136 extern int sigtimedwait(const sigset_t*, siginfo_t*, const struct timespec*);
  /external/valgrind/coregrind/
pub_core_libcsignal.h 81 /* A cut-down version of POSIX sigtimedwait: poll for pending signals
m_libcsignal.c 334 /* A cut-down version of POSIX sigtimedwait: poll for pending signals
pub_core_threadstate.h 299 thread unblocks it or someone uses sigwaitsig/sigtimedwait. */
  /bionic/libc/tools/
posix-2013.txt 961 sigtimedwait
  /frameworks/native/cmds/dumpstate/
utils.c 411 int ret = TEMP_FAILURE_RETRY(sigtimedwait(&child_mask, NULL, &ts));
425 printf("*** sigtimedwait failed: %s\n", strerror(errno));
  /bionic/libc/
libc.map 1077 sigtimedwait;
Android.mk 204 bionic/sigtimedwait.cpp \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
signal.h 293 extern int sigtimedwait (__const sigset_t *__restrict __set,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
signal.h 293 extern int sigtimedwait (__const sigset_t *__restrict __set,
  /external/valgrind/docs/internals/
threads-syscalls-signals.txt 62 it uses the sigtimedwait() syscall to fetch blocked pending signals
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc     [all...]
  /external/strace/
NEWS 378 * Fixed sigtimedwait(2) decoding.
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /external/bison/
maint.mk 611 sigrelse sigset sigsuspend sigtimedwait sigwait sigwaitinfo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc-2.11.1.so 
libc.so.6 

Completed in 1212 milliseconds

1 2