/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
H A D | 8-5.c | 32 raise(SIGCHLD); in SIGCONT_handler() 62 if (raise(SIGCONT) == -1) { in main()
|
H A D | 8-3.c | 32 raise(SIGUSR2); in SIGBUS_handler() 62 if (raise(SIGBUS) == -1) { in main()
|
H A D | 8-6.c | 32 raise(SIGCONT); in SIGFPE_handler() 62 if (raise(SIGFPE) == -1) { in main()
|
H A D | 8-8.c | 32 raise(SIGHUP); in SIGILL_handler() 62 if (raise(SIGILL) == -1) { in main()
|
H A D | 8-7.c | 32 raise(SIGFPE); in SIGHUP_handler() 62 if (raise(SIGHUP) == -1) { in main()
|
H A D | 8-4.c | 32 raise(SIGBUS); in SIGCHLD_handler() 62 if (raise(SIGCHLD) == -1) { in main()
|
H A D | 8-9.c | 32 raise(SIGILL); in SIGINT_handler() 62 if (raise(SIGINT) == -1) { in main()
|
H A D | 23-10.c | 24 * -> raise SIGPIPE 25 * -> In handler, check for reentrance then raise SIGPIPE again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGPIPE again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGPIPE"); in main()
|
H A D | 23-1.c | 24 * -> raise SIGABRT 25 * -> In handler, check for reentrance then raise SIGABRT again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGABRT again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGABRT"); in main()
|
H A D | 23-24.c | 24 * -> raise SIGVTALRM 25 * -> In handler, check for reentrance then raise SIGVTALRM again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGVTALRM again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGVTALRM"); in main()
|
H A D | 23-20.c | 24 * -> raise SIGPROF 25 * -> In handler, check for reentrance then raise SIGPROF again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGPROF again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGPROF"); in main()
|
H A D | 23-22.c | 24 * -> raise SIGTRAP 25 * -> In handler, check for reentrance then raise SIGTRAP again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGTRAP again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGTRAP"); in main()
|
H A D | 23-25.c | 24 * -> raise SIGXCPU 25 * -> In handler, check for reentrance then raise SIGXCPU again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGXCPU again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGXCPU"); in main()
|
H A D | 23-26.c | 24 * -> raise SIGXFSZ 25 * -> In handler, check for reentrance then raise SIGXFSZ again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGXFSZ again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGXFSZ"); in main()
|
H A D | 23-21.c | 24 * -> raise SIGSYS 25 * -> In handler, check for reentrance then raise SIGSYS again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGSYS again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGSYS"); in main()
|
H A D | 23-23.c | 24 * -> raise SIGURG 25 * -> In handler, check for reentrance then raise SIGURG again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGURG again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGURG"); in main()
|
H A D | 23-2.c | 24 * -> raise SIGALRM 25 * -> In handler, check for reentrance then raise SIGALRM again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGALRM again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGALRM"); in main()
|
H A D | 23-3.c | 24 * -> raise SIGBUS 25 * -> In handler, check for reentrance then raise SIGBUS again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGBUS again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGBUS"); in main()
|
H A D | 23-11.c | 24 * -> raise SIGQUIT 25 * -> In handler, check for reentrance then raise SIGQUIT again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGQUIT again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGQUIT"); in main()
|
H A D | 23-12.c | 24 * -> raise SIGSEGV 25 * -> In handler, check for reentrance then raise SIGSEGV again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGSEGV again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGSEGV"); in main()
|
H A D | 23-13.c | 24 * -> raise SIGTERM 25 * -> In handler, check for reentrance then raise SIGTERM again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGTERM again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGTERM"); in main()
|
H A D | 23-14.c | 24 * -> raise SIGTSTP 25 * -> In handler, check for reentrance then raise SIGTSTP again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGTSTP again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGTSTP"); in main()
|
H A D | 23-15.c | 24 * -> raise SIGTTIN 25 * -> In handler, check for reentrance then raise SIGTTIN again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGTTIN again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGTTIN"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
H A D | 4-1.c | 62 if ((raise(SIGABRT) == -1) || (raise(SIGUSR2) == -1)) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 4-1.c | 79 if ((raise(SIGABRT) == -1) | (raise(SIGALRM) == -1)) { in a_thread_func()
|