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

  /bionic/libc/bionic/
sigpending.cpp 35 int sigpending(sigset_t* bionic_set) { function
  /external/bison/lib/
sigprocmask.c 205 sigpending (sigset_t *set) function
  /external/bison/darwin-lib/
signal.h 575 _GL_FUNCDECL_SYS (sigpending, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
577 _GL_CXXALIAS_SYS (sigpending, int, (sigset_t *set));
578 _GL_CXXALIASWARN (sigpending); variable
653 # undef sigpending macro
655 _GL_WARN_ON_USE (sigpending, "sigpending is unportable - "
  /external/bison/linux-lib/
signal.h 575 _GL_FUNCDECL_SYS (sigpending, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
577 _GL_CXXALIAS_SYS (sigpending, int, (sigset_t *set));
578 _GL_CXXALIASWARN (sigpending); variable
653 # undef sigpending macro
655 _GL_WARN_ON_USE (sigpending, "sigpending is unportable - "
  /development/ndk/sources/android/libportable/common/include/
signal_portable.h 321 int WRAP(sigpending)(sigset_t_portable *set) { function
324 int ret = REAL(sigpending)(&set_n);
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3255 LSS_INLINE int LSS_NAME(sigpending)(struct kernel_sigset_t *set) { function
3537 LSS_INLINE int LSS_NAME(sigpending)(struct kernel_sigset_t *set) { function
    [all...]

Completed in 228 milliseconds