Searched refs:pthread_sigmask (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | SignalUtils.h | 27 #define pthread_sigmask64 pthread_sigmask
|
D | signal_test.cpp | 419 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()
|
D | pthread_test.cpp | 369 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/ |
D | signal.h | 120 int pthread_sigmask(int __how, const sigset_t* __new_set, sigset_t* __old_set);
|
/bionic/tests/headers/posix/ |
D | signal_h.c | 206 FUNCTION(pthread_sigmask, int (*f)(int, const sigset_t*, sigset_t*)); in signal_h()
|
/bionic/libc/bionic/ |
D | signal.cpp | 49 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 810 pthread_sigmask
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 829 pthread_sigmask;
|
/bionic/libc/ |
D | libc.map.txt | 829 pthread_sigmask;
|