Searched refs:pthread_sigqueue (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_sigqueue.cpp | 40 int pthread_sigqueue(pthread_t t, int sig, const union sigval value) { in pthread_sigqueue() function
|
/bionic/libc/include/ |
D | signal.h | 113 int pthread_sigqueue(pthread_t __pthread, int __signal, const union sigval __value) __INTRODUCED_IN…
|
/bionic/tests/ |
D | signal_test.cpp | 610 ASSERT_EQ(0, pthread_sigqueue(pthread_self(), SIGALRM, sigval)); in TEST() 638 ASSERT_EQ(0, pthread_sigqueue(thread, SIGALRM, sigval)); in TEST()
|
/bionic/docs/ |
D | status.md | 124 * `pthread_sigqueue` (GNU extension)
|
/bionic/libc/ |
D | libc.map.txt | 1461 pthread_sigqueue;
|
D | Android.bp | 916 "bionic/pthread_sigqueue.cpp",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1461 pthread_sigqueue;
|