Home
last modified time | relevance | path

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

/external/v8/src/
Dplatform-linux.cc688 typedef struct ucontext { struct
689 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
Dplatform-freebsd.cc574 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local