Home
last modified time | relevance | path

Searched refs:raise (Results 176 - 200 of 597) sorted by relevance

12345678910>>...24

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D8-5.c32 raise(SIGCHLD); in SIGCONT_handler()
62 if (raise(SIGCONT) == -1) { in main()
H A D8-3.c32 raise(SIGUSR2); in SIGBUS_handler()
62 if (raise(SIGBUS) == -1) { in main()
H A D8-6.c32 raise(SIGCONT); in SIGFPE_handler()
62 if (raise(SIGFPE) == -1) { in main()
H A D8-8.c32 raise(SIGHUP); in SIGILL_handler()
62 if (raise(SIGILL) == -1) { in main()
H A D8-7.c32 raise(SIGFPE); in SIGHUP_handler()
62 if (raise(SIGHUP) == -1) { in main()
H A D8-4.c32 raise(SIGBUS); in SIGCHLD_handler()
62 if (raise(SIGCHLD) == -1) { in main()
H A D8-9.c32 raise(SIGILL); in SIGINT_handler()
62 if (raise(SIGINT) == -1) { in main()
H A D23-10.c24 * -> 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 D23-1.c24 * -> 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 D23-24.c24 * -> 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 D23-20.c24 * -> 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 D23-22.c24 * -> 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 D23-25.c24 * -> 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 D23-26.c24 * -> 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 D23-21.c24 * -> 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 D23-23.c24 * -> 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 D23-2.c24 * -> 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 D23-3.c24 * -> 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 D23-11.c24 * -> 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 D23-12.c24 * -> 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 D23-13.c24 * -> 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 D23-14.c24 * -> 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 D23-15.c24 * -> 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 D4-1.c62 if ((raise(SIGABRT) == -1) || (raise(SIGUSR2) == -1)) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D4-1.c79 if ((raise(SIGABRT) == -1) | (raise(SIGALRM) == -1)) { in a_thread_func()

Completed in 9 milliseconds

12345678910>>...24