Home
last modified time | relevance | path

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

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