Home
last modified time | relevance | path

Searched defs:sigwait (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/signal/
Dsigwait.c3 int sigwait(const sigset_t *restrict mask, int *restrict sig) in sigwait() function
/third_party/python/Lib/
Dsignal.py73 def sigwait(sigset): function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h488 #define sigwait(...) (pthread_testcancel(), sigwait(__VA_ARGS__)) macro