Home
last modified time | relevance | path

Searched refs:sigqueue (Results 1 – 25 of 35) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
D9-1.c81 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
91 rc = sigqueue(pid, SIGTOTEST, value); in main()
D2-1.c27 if (sigqueue(getpid(), 0, value) != 0) { in main()
D11-1.c29 if (-1 == sigqueue(999999, 0, value)) { in main()
D2-2.c40 if (-1 == sigqueue(999999, 0, value)) { in main()
D10-1.c29 if (-1 == sigqueue(getpid(), -1, value)) { in main()
Dcoverage.txt1 This file defines the coverage for the sigqueue() function testing.
D3-1.c76 if (sigqueue(1, 0, value) != -1) { in main()
D12-1.c73 if (-1 == sigqueue(1, 0, value)) { in main()
D6-1.c66 if ((return_val = sigqueue(pid, SIGTOTEST, value)) != 0) { in main()
D5-1.c56 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
D8-1.c59 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
D4-1.c58 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
D1-1.c65 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
D7-1.c70 if (sigqueue(pid, rtsig, value) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D43-1-buildonly.c15 dummyvar = sigqueue; in dummyfcn()
/external/strace/tests-m32/
Drt_sigqueueinfo.c47 if (sigqueue(pid, SIGUSR1, value)) in main()
/external/strace/tests-mx32/
Drt_sigqueueinfo.c47 if (sigqueue(pid, SIGUSR1, value)) in main()
/external/strace/tests/
Drt_sigqueueinfo.c47 if (sigqueue(pid, SIGUSR1, value)) in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
D2-1.c61 if (sigqueue(pid, rtsig, value) != 0) { in main()
D8-1.c60 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
D7-1.c61 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D29-1.c165 ret = sigqueue(getpid(), SIGRTMAX, sv); in main()
/external/perfetto/src/profiling/perf/
Dproc_descriptors.cc99 if (sigqueue(pid, kProfilerSignal, signal_value) != 0 && errno != ESRCH) { in GetDescriptorsForPid()
/external/ltp/testcases/open_posix_testsuite/
DChangeLog95 - sigqueue/12-1.c: Use setuid() instead of seteuid()
96 - sigqueue/3-1.c: Same as above.
/external/perfetto/src/profiling/memory/
Djava_hprof_producer.cc83 if (sigqueue(pid, kJavaHeapprofdSignal, signal_value) != 0) { in SignalDataSource()

12