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

  /external/python/cpython3/Lib/
signal.py 65 if 'sigpending' in _globals:
66 @_wraps(_signal.sigpending)
67 def sigpending(): function
68 sigs = _signal.sigpending()
  /bionic/libc/bionic/
signal.cpp 199 int sigpending(sigset_t* bionic_set) { function
  /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 113 milliseconds