Home
last modified time | relevance | path

Searched refs:raise (Results 351 - 375 of 595) sorted by relevance

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D18-11.c26 * -> raise SIGQUIT, and check the function has been called.
80 ret = raise(SIGQUIT); in main()
83 perror("Failed to raise SIGQUIT"); in main()
H A D18-12.c26 * -> raise SIGSEGV, and check the function has been called.
80 ret = raise(SIGSEGV); in main()
83 perror("Failed to raise SIGSEGV"); in main()
H A D18-13.c26 * -> raise SIGTERM, and check the function has been called.
80 ret = raise(SIGTERM); in main()
83 perror("Failed to raise SIGTERM"); in main()
H A D18-14.c26 * -> raise SIGTSTP, and check the function has been called.
80 ret = raise(SIGTSTP); in main()
83 perror("Failed to raise SIGTSTP"); in main()
H A D18-15.c26 * -> raise SIGTTIN, and check the function has been called.
80 ret = raise(SIGTTIN); in main()
83 perror("Failed to raise SIGTTIN"); in main()
H A D18-16.c26 * -> raise SIGTTOU, and check the function has been called.
80 ret = raise(SIGTTOU); in main()
83 perror("Failed to raise SIGTTOU"); in main()
H A D18-1.c26 * -> raise SIGABRT, and check the function has been called.
80 ret = raise(SIGABRT); in main()
83 perror("Failed to raise SIGABRT"); in main()
H A D18-24.c26 * -> raise SIGVTALRM, and check the function has been called.
80 ret = raise(SIGVTALRM); in main()
83 perror("Failed to raise SIGVTALRM"); in main()
H A D18-17.c26 * -> raise SIGUSR1, and check the function has been called.
80 ret = raise(SIGUSR1); in main()
83 perror("Failed to raise SIGUSR1"); in main()
H A D18-18.c26 * -> raise SIGUSR2, and check the function has been called.
80 ret = raise(SIGUSR2); in main()
83 perror("Failed to raise SIGUSR2"); in main()
H A D18-19.c26 * -> raise SIGPOLL, and check the function has been called.
80 ret = raise(SIGPOLL); in main()
83 perror("Failed to raise SIGPOLL"); in main()
H A D18-20.c26 * -> raise SIGPROF, and check the function has been called.
80 ret = raise(SIGPROF); in main()
83 perror("Failed to raise SIGPROF"); in main()
H A D18-22.c26 * -> raise SIGTRAP, and check the function has been called.
80 ret = raise(SIGTRAP); in main()
83 perror("Failed to raise SIGTRAP"); in main()
H A D18-21.c26 * -> raise SIGSYS, and check the function has been called.
80 ret = raise(SIGSYS); in main()
83 perror("Failed to raise SIGSYS"); in main()
H A D18-23.c26 * -> raise SIGURG, and check the function has been called.
80 ret = raise(SIGURG); in main()
83 perror("Failed to raise SIGURG"); in main()
H A D18-2.c26 * -> raise SIGALRM, and check the function has been called.
80 ret = raise(SIGALRM); in main()
83 perror("Failed to raise SIGALRM"); in main()
H A D18-25.c26 * -> raise SIGXCPU, and check the function has been called.
80 ret = raise(SIGXCPU); in main()
83 perror("Failed to raise SIGXCPU"); in main()
H A D18-26.c26 * -> raise SIGXFSZ, and check the function has been called.
80 ret = raise(SIGXFSZ); in main()
83 perror("Failed to raise SIGXFSZ"); in main()
H A D18-4.c26 * -> raise SIGCHLD, and check the function has been called.
80 ret = raise(SIGCHLD); in main()
83 perror("Failed to raise SIGCHLD"); in main()
H A D18-5.c26 * -> raise SIGCONT, and check the function has been called.
80 ret = raise(SIGCONT); in main()
83 perror("Failed to raise SIGCONT"); in main()
H A D18-3.c26 * -> raise SIGBUS, and check the function has been called.
80 ret = raise(SIGBUS); in main()
83 perror("Failed to raise SIGBUS"); in main()
H A D18-6.c26 * -> raise SIGFPE, and check the function has been called.
80 ret = raise(SIGFPE); in main()
83 perror("Failed to raise SIGFPE"); in main()
H A D18-7.c26 * -> raise SIGHUP, and check the function has been called.
80 ret = raise(SIGHUP); in main()
83 perror("Failed to raise SIGHUP"); in main()
H A D18-8.c26 * -> raise SIGILL, and check the function has been called.
80 ret = raise(SIGILL); in main()
83 perror("Failed to raise SIGILL"); in main()
H A D18-9.c26 * -> raise SIGINT, and check the function has been called.
80 ret = raise(SIGINT); in main()
83 perror("Failed to raise SIGINT"); in main()

Completed in 15 milliseconds

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