Searched refs:pthread_sigmask64 (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | SignalUtils.h | 27 #define pthread_sigmask64 pthread_sigmask macro
|
D | signal_test.cpp | 428 ASSERT_EQ(0, pthread_sigmask64(SIG_SETMASK, &sigset_libc, nullptr)); in TEST() 464 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, &sigset_libc, nullptr)); in TEST() 500 ASSERT_EQ(0, pthread_sigmask64(SIG_UNBLOCK, &sigset_libc, nullptr)); in TEST()
|
D | pthread_test.cpp | 414 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, nullptr, &original_set)); in TEST() 421 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, &set, nullptr)); in TEST() 426 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, nullptr, &final_set)); in TEST() 448 ASSERT_EQ(0, pthread_sigmask64(SIG_SETMASK, &original_set, nullptr)); in TEST()
|
/bionic/libc/include/ |
D | signal.h | 121 int pthread_sigmask64(int __how, const sigset64_t* __new_set, sigset64_t* __old_set) __INTRODUCED_I…
|
/bionic/libc/bionic/ |
D | signal.cpp | 54 int pthread_sigmask64(int how, const sigset64_t* new_set, sigset64_t* old_set) { in pthread_sigmask64() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1419 pthread_sigmask64;
|
/bionic/libc/ |
D | libc.map.txt | 1419 pthread_sigmask64;
|