Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dsignal_set.h28 #define pthread_sigmask64 pthread_sigmask macro
49 if (pthread_sigmask64(SIG_BLOCK, &set_, nullptr) != 0) { in Block()
/aosp12/art/sigchainlib/
H A Dsigchain_test.cc140 ASSERT_EQ(0, pthread_sigmask64(SIG_SETMASK, &mask, nullptr)); in TEST_F()
148 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, &mask, nullptr)); in TEST_F()
/aosp12/bionic/tests/
H A DSignalUtils.h27 #define pthread_sigmask64 pthread_sigmask macro
H A Dsignal_test.cpp428 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()
H A Dpthread_test.cpp413 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, nullptr, &original_set)); in TEST()
420 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, &set, nullptr)); in TEST()
425 ASSERT_EQ(0, pthread_sigmask64(SIG_BLOCK, nullptr, &final_set)); in TEST()
447 ASSERT_EQ(0, pthread_sigmask64(SIG_SETMASK, &original_set, nullptr)); in TEST()
/aosp12/bionic/libc/include/
H A Dsignal.h121 int pthread_sigmask64(int __how, const sigset64_t* __new_set, sigset64_t* __old_set) __INTRODUCED_I…
/aosp12/bionic/libc/bionic/
H A Dsignal.cpp54 int pthread_sigmask64(int how, const sigset64_t* new_set, sigset64_t* old_set) { in pthread_sigmask64() function
/aosp12/bionic/libc/
H A Dlibc.map.txt1419 pthread_sigmask64;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1419 pthread_sigmask64;