Home
last modified time | relevance | path

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

/bionic/tests/
DSignalUtils.h27 #define pthread_sigmask64 pthread_sigmask
Dsignal_test.cpp419 ASSERT_EQ(0, pthread_sigmask(SIG_SETMASK, &sigset_libc, nullptr)); in TEST()
455 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, &sigset_libc, nullptr)); in TEST()
491 ASSERT_EQ(0, pthread_sigmask(SIG_UNBLOCK, &sigset_libc, nullptr)); in TEST()
607 pthread_sigmask(SIG_SETMASK, &mask, nullptr); in TEST()
Dpthread_test.cpp369 TEST(pthread, pthread_sigmask) { in TEST() argument
373 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, nullptr, &original_set)); in TEST()
380 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, &set, nullptr)); in TEST()
385 ASSERT_EQ(0, pthread_sigmask(SIG_BLOCK, nullptr, &final_set)); in TEST()
407 ASSERT_EQ(0, pthread_sigmask(SIG_SETMASK, &original_set, nullptr)); in TEST()
/bionic/libc/include/
Dsignal.h120 int pthread_sigmask(int __how, const sigset_t* __new_set, sigset_t* __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/tools/versioner/platforms/
Dlibc.map.txt829 pthread_sigmask;
/bionic/libc/
Dlibc.map.txt829 pthread_sigmask;