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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_signal.h 27 #define pthread_sigmask(H, S1, S2) 0 macro
  /external/python/cpython3/Lib/
signal.py 19 if 'pthread_sigmask' in _globals:
57 if 'pthread_sigmask' in _globals:
58 @_wraps(_signal.pthread_sigmask)
59 def pthread_sigmask(how, mask): function
60 sigs_set = _signal.pthread_sigmask(how, mask)
62 pthread_sigmask.__doc__ = _signal.pthread_sigmask.__doc__
  /bionic/libc/bionic/
signal.cpp 48 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { function

Completed in 176 milliseconds