Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/toolchain/build/third_party_gn/musl/
Dmusl_src.gni36 "src/signal/arm/restore.s",
37 "src/signal/arm/sigsetjmp.s",
150 "src/signal/aarch64/restore.s",
151 "src/signal/aarch64/sigsetjmp.s",
199 "src/signal/x86_64/restore.s",
200 "src/signal/x86_64/sigsetjmp.s",
220 "src/signal/mips/restore.s",
221 "src/signal/mips/sigsetjmp.s",
1053 "src/signal/block.c",
1054 "src/signal/getitimer.c",
[all …]
/arkcompiler/runtime_core/tests/gtest_launcher/
Dmain.cpp62 signal(TIMEOUT_SIGNAL, HandleTimeout); in main()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.cpp113 signal(PGO_SAVING_SIGNAL, SavingSignalHandler); in RegisterSavingSignal()
/arkcompiler/runtime_core/cmake/
DPandaAssembly.cmake152 # If specified, the program will be run and terminated with the signal 10 (corresponds
156 # after the timeout with the signal 10.
215 …set(timeout_prefix "timeout --preserve-status --signal=${timeout_signal} --kill-after=10s ${ARG_TI…
402 # If specified, the program will be run and terminated with the signal 10 (corresponds
406 # after the timeout with the signal 10.
467 …set(timeout_prefix "timeout --preserve-status --signal=${timeout_signal} --kill-after=10s ${ARG_TI…
DCommonTesting.cmake128 … set(timeout_prefix timeout --preserve-status --signal=${TIMEOUT_SIGNAL} --kill-after=30s 40m)
130 … set(timeout_prefix timeout --preserve-status --signal=${TIMEOUT_SIGNAL} --kill-after=30s 20m)
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h86 static void GetStackSignalHandler(int signal, siginfo_t *siginfo, void *context);
Dcpu_profiler.cpp376 void CpuProfiler::GetStackSignalHandler(int signal, [[maybe_unused]] siginfo_t *siginfo, void *cont… in GetStackSignalHandler() argument
378 if (signal != SIGPROF) { in GetStackSignalHandler()
/arkcompiler/toolchain/build/third_party_gn/libuv/
DBUILD.gn43 "//third_party/libuv/src/unix/signal.c",
153 "//third_party/libuv/src/win/signal.c",
/arkcompiler/runtime_core/tests/checked/
DREADME.md22 - *abort: int* - expected terminal signal
/arkcompiler/ets_runtime/test/
Druntest.py27 import signal
88 os.kill(proc.pid, signal.SIGTERM)
/arkcompiler/ets_frontend/test262/
Drun_sunspider.py26 import signal
154 os.kill(proc.pid, signal.SIGTERM)
/arkcompiler/runtime_core/docs/
Dcode_metainfo.md195 The table helps the signal handler to find the SlowPath address to continue execution after a segme…
Dmemory-management.md520 We'll jump to its beginning from signal handler, and in the end, we should jump back to the safepoi…
528 | signal handler | ---change return pc explicitly--->
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py25 import signal
407 process.send_signal(signal.SIGTERM)
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js6379 this.signal = t.signal;
6390 this.signal = e.signal || this.signal;
6479 if (n.signal && n.signal.aborted) return s(new x("Aborted", "AbortError"));
6509 if (n.signal) {
6510 n.signal.addEventListener("abort", a);
6512 4 === r.readyState && n.signal.removeEventListener("abort", a);