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

  /art/sigchainlib/
sigchain_test.cc 124 ASSERT_EQ(0, pthread_sigmask64(SIG_SETMASK, &mask, nullptr));
132 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, &mask, nullptr));
  /bionic/tests/
ScopedSignalHandler.h 28 #define pthread_sigmask64 pthread_sigmask macro
signal_test.cpp 450 ASSERT_EQ(0, pthread_sigmask64(SIG_SETMASK, &sigset_libc, nullptr));
490 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, &sigset_libc, nullptr));
pthread_test.cpp 409 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, NULL, &original_set));
416 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, &set, NULL));
421 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, NULL, &final_set));
423 // ...and that sigprocmask64 agrees with pthread_sigmask64.
443 ASSERT_EQ(0, pthread_sigmask64(SIG_SETMASK, &original_set, NULL));
    [all...]
  /bionic/libc/include/
signal.h 117 int pthread_sigmask64(int __how, const sigset64_t* __new_set, sigset64_t* __old_set) __INTRODUCED_IN(28);
  /bionic/libc/bionic/
signal.cpp 53 int pthread_sigmask64(int how, const sigset64_t* new_set, sigset64_t* old_set) { function

Completed in 445 milliseconds