Home
last modified time | relevance | path

Searched refs:pthread_sigmask (Results 1 – 10 of 10) sorted by relevance

/bionic/tests/
DSignalUtils.h27 #define pthread_sigmask64 pthread_sigmask
Dsignal_test.cpp427 ASSERT_EQ(0, pthread_sigmask(SIG_SETMASK, &sigset_libc, nullptr)); in TEST()
463 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, &sigset_libc, nullptr)); in TEST()
499 ASSERT_EQ(0, pthread_sigmask(SIG_UNBLOCK, &sigset_libc, nullptr)); in TEST()
625 pthread_sigmask(SIG_SETMASK, &mask, nullptr); in TEST()
Dsetjmp_test.cpp320 pthread_sigmask(SIG_UNBLOCK, &set, nullptr); in TEST()
Dpthread_test.cpp395 TEST(pthread, pthread_sigmask) { in TEST() argument
399 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, nullptr, &original_set)); in TEST()
406 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, &set, nullptr)); in TEST()
411 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, nullptr, &final_set)); in TEST()
433 ASSERT_EQ(0, pthread_sigmask(SIG_SETMASK, &original_set, nullptr)); in TEST()
/bionic/libc/include/
Dsignal.h116 int pthread_sigmask(int __how, const sigset_t* _Nullable __new_set, sigset_t* _Nullable __old_set);
/bionic/tests/headers/posix/
Dsignal_h.c206 FUNCTION(pthread_sigmask, int (*f)(int, const sigset_t*, sigset_t*)); in signal_h()
/bionic/libc/bionic/
Dsignal.cpp49 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask() function
/bionic/libc/tools/
Dposix-2013.txt810 pthread_sigmask
/bionic/libc/
Dlibc.map.txt829 pthread_sigmask;
/bionic/tools/versioner/platforms/
Dlibc.map.txt829 pthread_sigmask;