Searched refs:sigqueue (Results 1 – 25 of 35) sorted by relevance
12
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
D | 9-1.c | 81 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main() 91 rc = sigqueue(pid, SIGTOTEST, value); in main()
|
D | 2-1.c | 27 if (sigqueue(getpid(), 0, value) != 0) { in main()
|
D | 11-1.c | 29 if (-1 == sigqueue(999999, 0, value)) { in main()
|
D | 2-2.c | 40 if (-1 == sigqueue(999999, 0, value)) { in main()
|
D | 10-1.c | 29 if (-1 == sigqueue(getpid(), -1, value)) { in main()
|
D | coverage.txt | 1 This file defines the coverage for the sigqueue() function testing.
|
D | 3-1.c | 76 if (sigqueue(1, 0, value) != -1) { in main()
|
D | 12-1.c | 73 if (-1 == sigqueue(1, 0, value)) { in main()
|
D | 6-1.c | 66 if ((return_val = sigqueue(pid, SIGTOTEST, value)) != 0) { in main()
|
D | 5-1.c | 56 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
|
D | 8-1.c | 59 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
|
D | 4-1.c | 58 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
|
D | 1-1.c | 65 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
|
D | 7-1.c | 70 if (sigqueue(pid, rtsig, value) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 43-1-buildonly.c | 15 dummyvar = sigqueue; in dummyfcn()
|
/external/strace/tests-m32/ |
D | rt_sigqueueinfo.c | 47 if (sigqueue(pid, SIGUSR1, value)) in main()
|
/external/strace/tests-mx32/ |
D | rt_sigqueueinfo.c | 47 if (sigqueue(pid, SIGUSR1, value)) in main()
|
/external/strace/tests/ |
D | rt_sigqueueinfo.c | 47 if (sigqueue(pid, SIGUSR1, value)) in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/ |
D | 2-1.c | 61 if (sigqueue(pid, rtsig, value) != 0) { in main()
|
D | 8-1.c | 60 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
|
D | 7-1.c | 61 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 29-1.c | 165 ret = sigqueue(getpid(), SIGRTMAX, sv); in main()
|
/external/perfetto/src/profiling/perf/ |
D | proc_descriptors.cc | 99 if (sigqueue(pid, kProfilerSignal, signal_value) != 0 && errno != ESRCH) { in GetDescriptorsForPid()
|
/external/ltp/testcases/open_posix_testsuite/ |
D | ChangeLog | 95 - sigqueue/12-1.c: Use setuid() instead of seteuid() 96 - sigqueue/3-1.c: Same as above.
|
/external/perfetto/src/profiling/memory/ |
D | java_hprof_producer.cc | 83 if (sigqueue(pid, kJavaHeapprofdSignal, signal_value) != 0) { in SignalDataSource()
|
12