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

/art/test/004-SignalTest/
H A Dsignaltest.cc24 #include <sys/ucontext.h>
31 #define ucontext __darwin_ucontext macro
57 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
61 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
65 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
/art/runtime/arch/x86/
H A Dfault_handler_x86.cc19 #include <sys/ucontext.h>
30 #define ucontext __darwin_ucontext macro
239 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
247 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
283 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
341 struct ucontext *uc = reinterpret_cast<struct ucontext*>(contex
[all...]

Completed in 413 milliseconds