Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp429 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetStackSignalHandler() local
506 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetPcFromContext() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.cpp268 auto *ucontext = static_cast<ucontext_t *>(ucontextRaw); in Handler() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp209 void *ucontext __attribute__((unused))) in CrashCallback()