Home
last modified time | relevance | path

Searched refs:raise (Results 301 - 325 of 597) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D6-19.c44 if (raise(SIGUSR2) == -1) { in main()
H A D6-20.c44 if (raise(SIGPROF) == -1) { in main()
H A D6-22.c44 if (raise(SIGTRAP) == -1) { in main()
H A D6-21.c44 if (raise(SIGSYS) == -1) { in main()
H A D6-23.c44 if (raise(SIGURG) == -1) { in main()
H A D6-2.c44 if (raise(SIGUSR2) == -1) { in main()
H A D12-39.c62 if (raise(SIGTERM) == -1) { in main()
H A D12-40.c62 if (raise(SIGTSTP) == -1) { in main()
H A D12-41.c62 if (raise(SIGTTIN) == -1) { in main()
H A D12-42.c62 if (raise(SIGTTOU) == -1) { in main()
H A D12-43.c62 if (raise(SIGUSR1) == -1) { in main()
H A D12-44.c62 if (raise(SIGUSR2) == -1) { in main()
H A D12-45.c62 if (raise(SIGUSR2) == -1) { in main()
H A D12-46.c62 if (raise(SIGPROF) == -1) { in main()
H A D13-10.c63 if (raise(SIGPIPE) == -1) { in main()
H A D13-11.c63 if (raise(SIGQUIT) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H A D1-1.c74 if (raise(SIGUSR1) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/
H A D1-1.c49 if (raise(SIGABRT) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
H A D2-1.c41 if (raise(SIGUSR2) != 0) { in main()
42 printf("Could not raise SIGUSR2\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
H A D9-1.c62 if ((raise(SIGABRT) == -1)) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/
H A D1-1.c48 if (raise(SIGABRT) == -1) { in main()
49 perror("Failed to raise SIGABRT."); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
H A D1-1.c48 if (raise(SIGUSR2) != 0) { in main()
49 printf("Could not raise SIGUSR2\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
H A D6-1.c12 2. Block signal SIGTOTEST, and then raise it causing it to become pending.
53 raise(SIGTOTEST); in main()
H A D5-1.c12 2. Block signal SIGTOTEST, and then raise it causing it to become pending.
53 raise(SIGTOTEST); in main()
H A D9-1.c49 raise(SIGTOTEST); in main()

Completed in 7 milliseconds

1...<<11121314151617181920>>...24