Searched defs:ucontext (Results 1 – 2 of 2) sorted by relevance
602 typedef struct ucontext { struct603 uint32_t uc_flags;604 struct ucontext *uc_link;605 stack_t uc_stack;606 mcontext_t uc_mcontext;607 __sigset_t uc_sigmask;648 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local
553 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local