Searched refs:signal (Results 1 – 15 of 15) sorted by relevance
/arkcompiler/toolchain/build/third_party_gn/musl/ |
D | musl_src.gni | 36 "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/ |
D | main.cpp | 62 signal(TIMEOUT_SIGNAL, HandleTimeout); in main()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_manager.cpp | 113 signal(PGO_SAVING_SIGNAL, SavingSignalHandler); in RegisterSavingSignal()
|
/arkcompiler/runtime_core/cmake/ |
D | PandaAssembly.cmake | 152 # 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…
|
D | CommonTesting.cmake | 128 … 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/ |
D | cpu_profiler.h | 86 static void GetStackSignalHandler(int signal, siginfo_t *siginfo, void *context);
|
D | cpu_profiler.cpp | 376 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/ |
D | BUILD.gn | 43 "//third_party/libuv/src/unix/signal.c", 153 "//third_party/libuv/src/win/signal.c",
|
/arkcompiler/runtime_core/tests/checked/ |
D | README.md | 22 - *abort: int* - expected terminal signal
|
/arkcompiler/ets_runtime/test/ |
D | runtest.py | 27 import signal 88 os.kill(proc.pid, signal.SIGTERM)
|
/arkcompiler/ets_frontend/test262/ |
D | run_sunspider.py | 26 import signal 154 os.kill(proc.pid, signal.SIGTERM)
|
/arkcompiler/runtime_core/docs/ |
D | code_metainfo.md | 195 The table helps the signal handler to find the SlowPath address to continue execution after a segme…
|
D | memory-management.md | 520 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/ |
D | execution.py | 25 import signal 407 process.send_signal(signal.SIGTERM)
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 6379 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);
|