HomeSort by relevance Sort by last modified time
    Searched refs:sigwait64 (Results 1 - 5 of 5) sorted by null

  /bionic/tests/
ScopedSignalHandler.h 40 #define sigwait64 sigwait macro
signal_test.cpp 181 ASSERT_EQ(0, sigwait64(&wait_set, &received_signal));
pthread_test.cpp 361 return reinterpret_cast<void*>(sigwait64(&wait_set, reinterpret_cast<int*>(arg)));
428 // Spawn a thread that calls sigwait64 and tells us what it received.
    [all...]
  /bionic/libc/include/
signal.h 90 int sigwait64(const sigset64_t* __set, int* __signal) __INTRODUCED_IN(28);
  /bionic/libc/bionic/
signal.cpp 291 return sigwait64(&set.sigset64, sig);
294 int sigwait64(const sigset64_t* set, int* sig) { function

Completed in 386 milliseconds