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

  /bionic/libc/bionic/
sigwait.cpp 38 int sigwait(const sigset_t* set, int* sig) { function
42 // 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 122 milliseconds