Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp421 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetStackSignalHandler() local
498 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetPcFromContext() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp169 void *ucontext __attribute__((unused))) in CrashCallback()