Lines Matching defs:ucontext
950 typedef struct ucontext {952 struct ucontext* uc_link;983 typedef struct ucontext {985 struct ucontext* uc_link;1002 typedef struct ucontext {1004 struct ucontext* uc_link;1044 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);1045 mcontext_t& mcontext = ucontext->uc_mcontext;