Home
last modified time | relevance | path

Searched refs:raise (Results 201 - 225 of 592) sorted by relevance

12345678910>>...24

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D23-18.c24 * -> 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 D23-19.c24 * -> 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 D23-4.c24 * -> 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 D23-5.c24 * -> 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 D23-6.c24 * -> 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 D23-7.c24 * -> 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 D23-8.c24 * -> 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 D23-9.c24 * -> 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 D6-1.c65 if (raise(SIGUSR2) == -1) { in main()
78 if (raise(SIGABRT) == -1) { in main()
/third_party/musl/porting/linux/user/src/hook/
H A Dmalloc_common.c24 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 Dace_engine_special_test.cpp110 raise(39); in HWTEST_F()
111 raise(40); in HWTEST_F()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D8-1.c72 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 D6-1.c82 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 Dpthread_internal_lock_info.c97 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 Dcpulimit-test.c53 raise(SIGUSR1); in func()
71 raise(SIGUSR1); in START_TEST()
/third_party/cJSON/tests/unity/auto/
H A Dstylize_as_junit.rb87 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 Dmalloc_common.c50 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 Dgit-sync-deps218 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 Dstylize_as_junit.rb87 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 Dsigpending02.c11 * 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 Dfailure_signal_handler_test.cc45 raise(signo); in InstallHandlerAndRaise()
94 raise(signo); in InstallHandlerWithWriteToFileAndRaise()
/third_party/ltp/testcases/kernel/mem/vma/
H A Dvma05_vdso.c5 raise(SIGSEGV); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D28-1-buildonly.c3 int raise(int);
14 dummyvar = raise; in dummyfcn()
/third_party/vixl/src/
H A Dplatform-vixl.h36 inline void HostBreakpoint() { raise(SIGINT); } in HostBreakpoint()
/third_party/musl/libc-test/src/regression/
H A Dsigreturn.c15 if (raise(SIGINT)) in main()

Completed in 8 milliseconds

12345678910>>...24