Home
last modified time | relevance | path

Searched refs:raise (Results 476 - 500 of 596) sorted by relevance

1...<<11121314151617181920>>...24

/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...]
H A Dpytime.c995 py_mach_timebase_info(_PyTime_t *pnumer, _PyTime_t *pdenom, int raise) in py_mach_timebase_info() argument
1004 if (raise) { in py_mach_timebase_info()
1031 if (raise) { in py_mach_timebase_info()
1192 py_win_perf_counter_frequency(LONGLONG *pfrequency, int raise) in py_win_perf_counter_frequency() argument
1215 if (raise) { in py_win_perf_counter_frequency()
/third_party/musl/libc-test/src/regression/
H A Dsigaltstack.c45 T(raise(SIGUSR1)); in main()
H A Draise-race.c3 // raise should be robust against async fork in a signal handler
35 r = raise(SIGNUM); in start()
37 t_error("raise failed: %s\n", strerror(errno)); in start()
/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()
H A Dptrace08.c61 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
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
H A D2-1.c17 3. Once the new thread returns from sigpause, have the new thread raise
74 raise(SIGTOTEST); in a_thread_func()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsignalfd.c53 raise(sig); in signalfd_0100()
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsighold.c65 result = raise(sig); in sighold_0100()
H A Dsigpause.c65 result = raise(sig); in sigpause_0100()
H A Dsigsuspend.c61 raise(sig); in sigsuspend_0100()
/third_party/libabigail/tools/
H A Dfedabipkgdiff312 raise AttributeError('No attribute name {0}'.format(name))
406 raise NotImplementedError('LocalRPM has no URL to download')
501 raise RuntimeError(
714 this method will raise RpmNotFound error immediately to claim what is
715 happening. I want to raise fedabipkgdiff specific error rather than
716 koji's GenericError and then raise RpmNotFound again, so I just simply
731 raise RpmNotFound('Cannot find RPM {0}'.format(rpminfo))
768 raise TypeError(
772 raise TypeError('order_by {0} is invalid.'.format(order_by))
808 raise KojiPackageNotFoun
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc259 raise(signum); in KilledExitStatus()
834 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "") << "b_ar"; in TestExitMacros()
839 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; in TestExitMacros()
840 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar"; in TestExitMacros()
853 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "") in TestExitMacros()
/third_party/python/Modules/
H A Dfaulthandler.c33 /* Allocate at maximum 100 MiB of the stack to raise the stack overflow */
325 instruction will raise the same fault (signal), and so the previous handler
385 raise(signum); in faulthandler_fatal_error()
870 raise(signum); in faulthandler_user()
1062 application. We have to raise SIGSEGV at lease twice: once for in faulthandler_raise_sigsegv()
1066 raise(SIGSEGV); in faulthandler_raise_sigsegv()
1068 raise(SIGSEGV); in faulthandler_raise_sigsegv()
1130 /* Do an integer division by zero: raise a SIGFPE on Intel CPU, but not on in faulthandler_sigfpe()
1135 /* If the division by zero didn't raise a SIGFPE (e.g. on PowerPC), in faulthandler_sigfpe()
1136 raise i in faulthandler_sigfpe()
[all...]
/test/xts/hats/kernel/syscalls/signal/sigaltstack/
H A DSigaltstackApiTest.cpp86 ret = raise(SIGUSR1);
/third_party/ltp/testcases/kernel/mem/swapping/
H A Dswapping01.c119 if ((allow_raise == 1) && (raise(SIGSTOP) == -1)) { in do_alloc()
/third_party/ltp/testcases/kernel/mem/tunable/
H A Dmax_map_count.c158 if (raise(SIGSTOP) != 0) in max_map_count_test()
159 tst_brk(TBROK | TERRNO, "raise"); in max_map_count_test()

Completed in 16 milliseconds

1...<<11121314151617181920>>...24