Searched refs:sigqueue (Results 1 – 11 of 11) sorted by relevance
/bionic/tests/ |
D | signal_test.cpp | 596 TEST(signal, sigqueue) { in TEST() argument 600 ASSERT_EQ(0, sigqueue(getpid(), SIGALRM, sigval)); in TEST() 658 ASSERT_EQ(0, sigqueue(getpid(), SIGALRM, sigval)); in TEST() 677 ASSERT_EQ(0, sigqueue(getpid(), SIGRTMIN, sigval)); in TEST() 696 ASSERT_EQ(0, sigqueue(getpid(), SIGALRM, sigval)); in TEST() 718 ASSERT_EQ(0, sigqueue(getpid(), SIGRTMIN, sigval)); in TEST() 740 ASSERT_EQ(0, sigqueue(getpid(), SIGALRM, sigval)); in TEST() 761 ASSERT_EQ(0, sigqueue(getpid(), SIGRTMIN, sigval)); in TEST()
|
D | malloc_test.cpp | 1380 ASSERT_EQ(0, sigqueue(getpid(), BIONIC_SIGNAL_PROFILER, signal_value)); in SetAllocationLimitMultipleThreads()
|
/bionic/libc/include/ |
D | signal.h | 119 int sigqueue(pid_t __pid, int __signal, const union sigval __value) __INTRODUCED_IN(23);
|
/bionic/tests/headers/posix/ |
D | signal_h.c | 222 FUNCTION(sigqueue, int (*f)(pid_t, int, union sigval)); in signal_h()
|
/bionic/libc/bionic/ |
D | signal.cpp | 221 int sigqueue(pid_t pid, int sig, const sigval value) { in sigqueue() function
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_065.S | 179 CALL(sigqueue)
|
D | liblinker_reloc_bench_102.S | 967 CALL(sigqueue)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 956 sigqueue
|
/bionic/docs/ |
D | status.md | 217 * <signal.h> `sigqueue`, `sigtimedwait`, `sigwaitinfo`.
|
/bionic/libc/ |
D | libc.map.txt | 969 sigqueue; # introduced=23
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 969 sigqueue; # introduced=23
|