/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/ |
H A D | 1-1.c | 50 raise(SIGTOTEST); in main()
|
/third_party/nghttp2/script/ |
H A D | fetch-ocsp-response | 96 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 D | failure_signal_handler.cc | 69 raise(signo); in RaiseToDefaultHandler() 109 raise(signo); in RaiseToPreviousHandler()
|
/third_party/python/Python/ |
H A D | fileutils.c | 1003 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 D | pytime.c | 995 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 D | sigaltstack.c | 45 T(raise(SIGUSR1)); in main()
|
H A D | raise-race.c | 3 // 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 D | waitid10.c | 34 raise(SIGFPE); in run()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace09.c | 31 raise(SIGSTOP); in child_main()
|
H A D | ptrace10.c | 29 raise(SIGSTOP); in child_main()
|
H A D | ptrace08.c | 61 raise(SIGSTOP); in child_main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 9-1.c | 63 if ((raise(SIGABRT) == -1)) { in a_thread_func()
|
H A D | 5-1.c | 68 if (raise(SIGABRT) == -1) { in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/bin/ |
H A D | run-posix-option-group-test.sh | 51 run_option_group_tests $BASEDIR/raise
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/ |
H A D | 2-1.c | 17 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 D | signalfd.c | 53 raise(sig); in signalfd_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
H A D | sighold.c | 65 result = raise(sig); in sighold_0100()
|
H A D | sigpause.c | 65 result = raise(sig); in sigpause_0100()
|
H A D | sigsuspend.c | 61 raise(sig); in sigsuspend_0100()
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 312 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 D | googletest-death-test-test.cc | 259 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 D | faulthandler.c | 33 /* 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 D | SigaltstackApiTest.cpp | 86 ret = raise(SIGUSR1);
|
/third_party/ltp/testcases/kernel/mem/swapping/ |
H A D | swapping01.c | 119 if ((allow_raise == 1) && (raise(SIGSTOP) == -1)) { in do_alloc()
|
/third_party/ltp/testcases/kernel/mem/tunable/ |
H A D | max_map_count.c | 158 if (raise(SIGSTOP) != 0) in max_map_count_test() 159 tst_brk(TBROK | TERRNO, "raise"); in max_map_count_test()
|