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 | 436 ASSERT_EQ(0, pthread_sigmask64(SIG_SETMASK, &sigset_libc, nullptr)); in TEST() 472 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, &sigset_libc, nullptr)); in TEST() 508 ASSERT_EQ(0, pthread_sigmask64(SIG_UNBLOCK, &sigset_libc, nullptr)); in TEST()
|
D | pthread_test.cpp | 439 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, nullptr, &original_set)); in TEST() 446 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, &set, nullptr)); in TEST() 451 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, nullptr, &final_set)); in TEST() 473 ASSERT_EQ(0, pthread_sigmask64(SIG_SETMASK, &original_set, nullptr)); in TEST()
|
/bionic/libc/include/ |
D | signal.h | 117 int pthread_sigmask64(int __how, const sigset64_t* _Nullable __new_set, sigset64_t* _Nullable __old…
|
/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/libc/ |
D | libc.map.txt | 1417 pthread_sigmask64;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1417 pthread_sigmask64;
|