/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
H A D | sigsuspend.c | 61 raise(sig); in sigsuspend_0100()
|
H A D | sigrelse.c | 65 result = raise(sig); in sigrelse_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/Python/ |
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/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...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-v7m.S | 65 str r0, [r1, V7M_SCB_ICSR] @ raise PendSV
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
H A D | tm-signal-context-force-tm.c | 157 raise(SIGUSR1); in tm_trap_test()
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_console.h | 69 void (*dtr_rts)(struct hvc_struct *hp, int raise);
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | pager.c | 68 raise(signo); in wait_for_pager_signal()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | pager.c | 68 raise(signo); in wait_for_pager_signal()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | corrupt_xstate_header.c | 83 raise(SIGUSR1); in main()
|
H A D | sigreturn.c | 13 * The basic idea behind these tests is to raise(SIGUSR1) to create a 473 * original raise(SIGUSR1) returns. 547 raise(SIGUSR2); in test_nonstrict_ss() 605 raise(SIGUSR1); in test_valid_sigreturn() 714 raise(SIGUSR1); in test_bad_iret()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/ |
H A D | sigreturn_kernel.c | 39 raise(SIGUSR1); in fork_child()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
H A D | tm-signal-context-force-tm.c | 157 raise(SIGUSR1); in tm_trap_test()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
H A D | signal_test_013.cpp | 88 retValue = raise(SIGALRM); in ThreadKill()
|
/test/xts/hats/kernel/syscalls/signal/sigaltstack/ |
H A D | SigaltstackApiTest.cpp | 86 ret = raise(SIGUSR1);
|
/third_party/musl/libc-test/src/regression/ |
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/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()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace08.c | 61 raise(SIGSTOP); in child_main()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | internal.h | 178 * Print message and raise SIGINT for debug purposes. 187 raise(SIGINT); } while (0)
|
/third_party/pulseaudio/src/pulse/ |
H A D | xmalloc.c | 53 raise(SIGQUIT); in oom()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | sigreturn.c | 13 * The basic idea behind these tests is to raise(SIGUSR1) to create a 476 * original raise(SIGUSR1) returns. 550 raise(SIGUSR2); in test_nonstrict_ss() 608 raise(SIGUSR1); in test_valid_sigreturn() 717 raise(SIGUSR1); in test_bad_iret()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_ptrace.rs | 72 use nix::sys::signal::{raise, Signal}; in test_ptrace_cont() 95 // As recommended by ptrace(2), raise SIGTRAP to pause the child in test_ptrace_cont() 98 raise(Signal::SIGTRAP).unwrap(); in test_ptrace_cont()
|