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

  /external/python/cpython3/Lib/
signal.py 72 if 'sigwait' in _globals:
73 @_wraps(_signal.sigwait)
74 def sigwait(sigset): function
75 retsig = _signal.sigwait(sigset)
77 sigwait.__doc__ = _signal.sigwait
  /bionic/libc/bionic/
signal.cpp 288 int sigwait(const sigset_t* bionic_set, int* sig) { function
297 // around them since sigwait is only allowed to return EINVAL.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 488 #define sigwait(...) (pthread_testcancel(), sigwait(__VA_ARGS__)) macro
    [all...]

Completed in 76 milliseconds