Home
last modified time | relevance | path

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

/system/core/include/backtrace/
DBacktrace.h49 typedef __darwin_ucontext ucontext_t; typedef
52 typedef ucontext ucontext_t; typedef
/system/core/debuggerd/test/
DBacktraceMock.h51 virtual bool Unwind(size_t, ucontext_t*) { return false; } in Unwind() argument