/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
H A D | 23-18.c | 24 * -> raise SIGUSR2 25 * -> In handler, check for reentrance then raise SIGUSR2 again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGUSR2 again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGUSR2"); in main()
|
H A D | 23-19.c | 24 * -> raise SIGALRM 25 * -> In handler, check for reentrance then raise SIGALRM again. 88 ret = raise(SIGNAL); in handler() 91 UNRESOLVED(ret, "Failed to raise SIGALRM again"); in handler() 139 ret = raise(SIGNAL); in main() 142 UNRESOLVED(ret, "Failed to raise SIGALRM"); in main()
|
H A D | 23-4.c | 24 * -> raise SIGCHLD 25 * -> In handler, check for reentrance then raise SIGCHLD again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGCHLD again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGCHLD"); in main()
|
H A D | 23-5.c | 24 * -> raise SIGCONT 25 * -> In handler, check for reentrance then raise SIGCONT again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGCONT again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGCONT"); in main()
|
H A D | 23-6.c | 24 * -> raise SIGFPE 25 * -> In handler, check for reentrance then raise SIGFPE again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGFPE again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGFPE"); in main()
|
H A D | 23-7.c | 24 * -> raise SIGHUP 25 * -> In handler, check for reentrance then raise SIGHUP again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGHUP again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGHUP"); in main()
|
H A D | 23-8.c | 24 * -> raise SIGILL 25 * -> In handler, check for reentrance then raise SIGILL again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGILL again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGILL"); in main()
|
H A D | 23-9.c | 24 * -> raise SIGINT 25 * -> In handler, check for reentrance then raise SIGINT again. 96 ret = raise(SIGNAL); in handler() 99 UNRESOLVED(ret, "Failed to raise SIGINT again"); in handler() 147 ret = raise(SIGNAL); in main() 150 UNRESOLVED(ret, "Failed to raise SIGINT"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
H A D | 6-1.c | 65 if (raise(SIGUSR2) == -1) { in main() 78 if (raise(SIGABRT) == -1) { in main()
|
/third_party/musl/porting/linux/user/src/hook/ |
H A D | malloc_common.c | 24 raise(MUSL_SIGNAL_LEAK_STACK); in malloc() 126 raise(MUSL_SIGNAL_LEAK_STACK); in calloc() 142 raise(MUSL_SIGNAL_LEAK_STACK); in realloc()
|
/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/ |
H A D | ace_engine_special_test.cpp | 110 raise(39); in HWTEST_F() 111 raise(40); in HWTEST_F()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 8-1.c | 72 if (raise(SIGUSR1) != 0) { in main() 73 printf("Could not raise SIGALRM\n"); in main() 76 if (raise(SIGUSR2) != 0) { in main() 77 printf("Could not raise SIGALRM\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 6-1.c | 82 if (raise(SIGALRM) == -1) { in a_thread_func() 95 if (raise(SIGABRT) == -1) { in a_thread_func()
|
/third_party/musl/libc-test/src/functionalext/supplement/lock_info/ |
H A D | pthread_internal_lock_info.c | 97 int result = raise(FREEZE_SIGNAL_35); in PthreadInternalLockInfoTest() 99 t_error("raise 35 failed errno=%d", errno); in PthreadInternalLockInfoTest() 118 result = raise(INVALID_SIGNAL_40); in PthreadInternalLockInfoTest() 120 t_error("raise 40 failed errno=%d", errno); in PthreadInternalLockInfoTest()
|
/third_party/pulseaudio/src/tests/ |
H A D | cpulimit-test.c | 53 raise(SIGUSR1); in func() 71 raise(SIGUSR1); in START_TEST()
|
/third_party/cJSON/tests/unity/auto/ |
H A D | stylize_as_junit.rb | 87 raise "Empty test result file: #{result_file}" if lines.empty? 154 raise "Couldn't parse test results: #{summary}" unless summary.find { |v| v =~ /(\d+) Tests (\d+) Failures (\d+) Ignored/ } 237 raise "No *.testpass, *.testfail, or *.testresults files found in '#{targets}'" if results.empty?
|
/third_party/musl/src/hook/linux/ |
H A D | malloc_common.c | 50 raise(MUSL_SIGNAL_LEAK_STACK); in malloc() 157 raise(MUSL_SIGNAL_LEAK_STACK); in calloc() 178 raise(MUSL_SIGNAL_LEAK_STACK); in realloc()
|
/third_party/skia/tools/ |
H A D | git-sync-deps | 218 raise Exception('%r is parent of %r' % (other_dir, directory)) 228 raise Exception("please specify commit") 230 raise Exception("poorly formed commit hash: %r" % commithash)
|
/third_party/unity/auto/ |
H A D | stylize_as_junit.rb | 87 raise "Empty test result file: #{result_file}" if lines.empty? 154 raise "Couldn't parse test results: #{summary}" unless summary.find { |v| v =~ /(\d+) Tests (\d+) Failures (\d+) Ignored/ } 235 raise "No *.testpass, *.testfail, or *.testresults files found in '#{targets}'" if results.empty?
|
/third_party/ltp/testcases/kernel/syscalls/sigpending/ |
H A D | sigpending02.c | 11 * Test 1: Suppress handling SIGUSR1 and SIGUSR1, raise them and assert their 89 /* raise a signal */ in test_sigpending() 90 if (raise(SIGUSR1)) in test_sigpending() 103 /* raise another signal */ in test_sigpending() 104 if (raise(SIGUSR2)) in test_sigpending()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | failure_signal_handler_test.cc | 45 raise(signo); in InstallHandlerAndRaise() 94 raise(signo); in InstallHandlerWithWriteToFileAndRaise()
|
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma05_vdso.c | 5 raise(SIGSEGV); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
H A D | 28-1-buildonly.c | 3 int raise(int); 14 dummyvar = raise; in dummyfcn()
|
/third_party/vixl/src/ |
H A D | platform-vixl.h | 36 inline void HostBreakpoint() { raise(SIGINT); } in HostBreakpoint()
|
/third_party/musl/libc-test/src/regression/ |
H A D | sigreturn.c | 15 if (raise(SIGINT)) in main()
|