Searched refs:pthread_sigqueue (Results 1 – 10 of 10) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | pthread_sigqueue.cpp | 40 int pthread_sigqueue(pthread_t t, int sig, const union sigval value) { in pthread_sigqueue() function
|
/aosp12/art/sigchainlib/ |
H A D | sigchain_test.cc | 78 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 D | stubs_arm.cpp | 106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_sigqueue); 199 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_sigqueue); in init_stub_library()
|
H A D | stubs_arm64.cpp | 107 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 D | signal.h | 117 int pthread_sigqueue(pthread_t __pthread, int __signal, const union sigval __value) __INTRODUCED_IN…
|
/aosp12/bionic/tests/ |
H A D | signal_test.cpp | 596 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 D | status.md | 67 * `pthread_sigqueue` (GNU extension)
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1463 pthread_sigqueue;
|
H A D | Android.bp | 1260 "bionic/pthread_sigqueue.cpp",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1463 pthread_sigqueue;
|