Home
last modified time | relevance | path

Searched refs:ucontext (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp27 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetSignalHandler() local
28 [[maybe_unused]] mcontext_t &mcontext = ucontext->uc_mcontext; in GetSignalHandler()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.cpp421 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetStackSignalHandler() local
422 [[maybe_unused]] mcontext_t &mcontext = ucontext->uc_mcontext; in GetStackSignalHandler()
497 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetPcFromContext() local
498 [[maybe_unused]] mcontext_t &mcontext = ucontext->uc_mcontext; in GetPcFromContext()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dsighook.cpp35 #include <ucontext.h>
267 auto *ucontext = static_cast<ucontext_t *>(ucontextRaw); in Handler() local
272 if (sigismember(&ucontext->uc_sigmask, i) == 1 || in Handler()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h229 typedef void(*ThreadInfoCallback)(char *buf, size_t len, void *ucontext);
/arkcompiler/runtime_core/static_core/runtime/
H A Dsignal_handler.cpp23 #include <sys/ucontext.h>

Completed in 5 milliseconds