Home
last modified time | relevance | path

Searched refs:pthread_sigqueue (Results 1 – 10 of 10) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dpthread_sigqueue.cpp40 int pthread_sigqueue(pthread_t t, int sig, const union sigval value) { in pthread_sigqueue() function
/aosp12/art/sigchainlib/
H A Dsigchain_test.cc78 pthread_sigqueue(pthread_self(), SIGSEGV, value); in RaiseHandled()
84 pthread_sigqueue(pthread_self(), SIGSEGV, value); in RaiseUnhandled()
/aosp12/frameworks/libs/native_bridge_support/libc/
H A Dstubs_arm.cpp106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_sigqueue);
199 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_sigqueue); in init_stub_library()
H A Dstubs_arm64.cpp107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_sigqueue);
202 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_sigqueue); in init_stub_library()
/aosp12/bionic/libc/include/
H A Dsignal.h117 int pthread_sigqueue(pthread_t __pthread, int __signal, const union sigval __value) __INTRODUCED_IN…
/aosp12/bionic/tests/
H A Dsignal_test.cpp596 ASSERT_EQ(0, pthread_sigqueue(pthread_self(), SIGALRM, sigval)); in TEST()
620 ASSERT_EQ(0, pthread_sigqueue(thread, SIGALRM, sigval)); in TEST()
/aosp12/bionic/docs/
H A Dstatus.md67 * `pthread_sigqueue` (GNU extension)
/aosp12/bionic/libc/
H A Dlibc.map.txt1463 pthread_sigqueue;
H A DAndroid.bp1260 "bionic/pthread_sigqueue.cpp",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1463 pthread_sigqueue;