Home
last modified time | relevance | path

Searched defs:ucontext (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Daot_crash_info.cpp26 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetSignalHandler() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp419 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetStackSignalHandler() local
503 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetPcFromContext() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.cpp253 auto *ucontext = static_cast<ucontext_t *>(ucontextRaw); in Handler() local