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 D | 18-11.c | 26 * -> 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 D | 18-12.c | 26 * -> 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 D | 18-13.c | 26 * -> 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 D | 18-14.c | 26 * -> 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 D | 18-15.c | 26 * -> 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 D | 18-16.c | 26 * -> 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 D | 18-1.c | 26 * -> 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 D | 18-24.c | 26 * -> 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 D | 18-17.c | 26 * -> 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 D | 18-18.c | 26 * -> 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 D | 18-19.c | 26 * -> 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 D | 18-20.c | 26 * -> 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 D | 18-22.c | 26 * -> 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 D | 18-21.c | 26 * -> 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 D | 18-23.c | 26 * -> 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 D | 18-2.c | 26 * -> 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 D | 18-25.c | 26 * -> 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 D | 18-26.c | 26 * -> 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 D | 18-4.c | 26 * -> 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 D | 18-5.c | 26 * -> 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 D | 18-3.c | 26 * -> 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 D | 18-6.c | 26 * -> 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 D | 18-7.c | 26 * -> 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 D | 18-8.c | 26 * -> 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 D | 18-9.c | 26 * -> 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