Home
last modified time | relevance | path

Searched refs:ucontext_ (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DThreadEntry.h58 inline ucontext_t* GetUcontext() { return &ucontext_; } in GetUcontext()
70 ucontext_t ucontext_; variable
H A DThreadEntry.cpp99 memcpy(&ucontext_.uc_mcontext, &ucontext->uc_mcontext, sizeof(ucontext->uc_mcontext)); in CopyUcontextFromSigcontext()
/aosp12/system/unwinding/libbacktrace/
H A DThreadEntry.h48 inline ucontext_t* GetUcontext() { return &ucontext_; } in GetUcontext()
65 ucontext_t ucontext_; variable
H A DThreadEntry.cpp130 memcpy(&ucontext_.uc_mcontext, &ucontext->uc_mcontext, sizeof(ucontext->uc_mcontext)); in CopyUcontextFromSigcontext()