Lines Matching full:raise
56 if (raise(SIGUSR2)) in handler_verify_ucontext()
57 ksft_exit_fail_perror("raise"); in handler_verify_ucontext()
79 * Break out of infinite recursion caused by raise(SIGUSR1) invoked in handler_usr()
87 if (raise(SIGSEGV)) in handler_usr()
88 ksft_exit_fail_perror("raise"); in handler_usr()
96 if (raise(SIGUSR1)) in handler_usr()
97 ksft_exit_fail_perror("raise"); in handler_usr()
102 /* Raise USR1 again; only one instance must be delivered upon exit */ in handler_usr()
103 if (raise(SIGUSR1)) in handler_usr()
104 ksft_exit_fail_perror("raise"); in handler_usr()
148 if (raise(SIGUSR1)) in main()
149 ksft_exit_fail_perror("raise"); in main()
155 if (raise(SIGUSR2)) in main()
156 ksft_exit_fail_perror("raise"); in main()
164 if (raise(SIGUSR1)) in main()
165 ksft_exit_fail_perror("raise"); in main()