HomeSort by relevance Sort by last modified time
    Searched defs:sigsuspend (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
sigsuspend.cpp 35 int sigsuspend(const sigset_t* bionic_set) { function
  /external/openssh/openbsd-compat/
sigact.c 91 sigsuspend (sigset_t *mask) function
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3265 LSS_INLINE int LSS_NAME(sigsuspend)(const struct kernel_sigset_t *set) { function
3565 LSS_INLINE int LSS_NAME(sigsuspend)(const struct kernel_sigset_t *set) { function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 487 #define sigsuspend(...) (pthread_testcancel(), sigsuspend(__VA_ARGS__)) macro
    [all...]

Completed in 108 milliseconds