Home
last modified time | relevance | path

Searched refs:raise (Results 501 - 525 of 705) sorted by relevance

1...<<212223242526272829

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D19-8.c27 * -> raise SIGILL, and check the function has been called.
98 ret = raise(SIGILL); in main()
101 perror("Failed to raise SIGILL"); in main()
H A D19-9.c27 * -> raise SIGINT, and check the function has been called.
98 ret = raise(SIGINT); in main()
101 perror("Failed to raise SIGINT"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H A D2-1.c16 - raise SIGTOTEST
93 if (raise(SIGUSR1) == -1) { in main()
H A D3-1.c16 - raise SIGTOTEST
89 if (raise(SIGTOTEST) == -1) { in main()
H A D6-1.c16 - raise SIGTOTEST
77 if (raise(SIGTOTEST) == -1) { in main()
H A D8-1.c16 - raise SIGTOTEST
77 if (raise(SIGTOTEST) == -1) { in main()
H A D7-1.c16 - raise SIGTOTEST
80 if (raise(SIGTOTEST) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
H A D5-1.c72 raise(SIGCHLD); in main()
H A D7-1.c18 * 3. raise SIGCHLD
63 raise(SIGCHLD); in main()
H A D6-1.c15 3. raise SIGCHLD
55 raise(SIGCHLD); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
H A D1-1.c50 raise(SIGTOTEST); in main()
/third_party/nghttp2/script/
H A Dfetch-ocsp-response96 raise Exception('nonzero return code {}'.format(p.returncode))
214 raise Exception('responder returned error')
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dfailure_signal_handler.cc69 raise(signo); in RaiseToDefaultHandler()
109 raise(signo); in RaiseToPreviousHandler()
/third_party/python/Python/
H A Dfileutils.c1003 the memory. Return NULL and raise exception on conversion or memory
1021 Return 0 on success. Return -1 and raise exception on conversion
1282 /* This function MUST be kept async-signal-safe on POSIX when raise=0. */
1284 get_inheritable(int fd, int raise) in get_inheritable() argument
1292 if (raise) in get_inheritable()
1298 if (raise) in get_inheritable()
1309 if (raise) in get_inheritable()
1319 raise an exception and return -1 on error. */
1327 /* This function MUST be kept async-signal-safe on POSIX when raise=0. */
1329 set_inheritable(int fd, int inheritable, int raise, in argument
[all...]
/kernel/linux/linux-5.10/scripts/
H A Djobserver-exec45 raise e
H A Dshow_delta43 # raise an exception if no timing data was found
46 raise ValueError
/kernel/linux/linux-6.6/scripts/
H A Dshow_delta43 # raise an exception if no timing data was found
46 raise ValueError
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A Dsignal_test_003.cpp55 retValue = raise(SIGTERM); in TestRaise()
/third_party/musl/libc-test/src/regression/
H A Dsigaltstack.c45 T(raise(SIGUSR1)); in main()
/third_party/ltp/testcases/kernel/syscalls/waitid/
H A Dwaitid10.c34 raise(SIGFPE); in run()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace09.c31 raise(SIGSTOP); in child_main()
H A Dptrace10.c29 raise(SIGSTOP); in child_main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D9-1.c63 if ((raise(SIGABRT) == -1)) { in a_thread_func()
H A D5-1.c68 if (raise(SIGABRT) == -1) { in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/bin/
H A Drun-posix-option-group-test.sh51 run_option_group_tests $BASEDIR/raise

Completed in 8 milliseconds

1...<<212223242526272829