Searched refs:pthread_sigmask (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | SignalUtils.h | 27 #define pthread_sigmask64 pthread_sigmask
|
D | signal_test.cpp | 427 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()
|
D | setjmp_test.cpp | 320 pthread_sigmask(SIG_UNBLOCK, &set, nullptr); in TEST()
|
D | pthread_test.cpp | 395 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/ |
D | signal.h | 116 int pthread_sigmask(int __how, const sigset_t* _Nullable __new_set, sigset_t* _Nullable __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/libc/ |
D | libc.map.txt | 829 pthread_sigmask;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 829 pthread_sigmask;
|