Searched defs:ucontext (Results 1 – 2 of 2) sorted by relevance
688 typedef struct ucontext { struct689 uint32_t uc_flags;690 struct ucontext* uc_link;691 stack_t uc_stack;692 mcontext_t uc_mcontext;693 __sigset_t uc_sigmask;735 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local
574 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local