Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dplatform-linux.cc602 typedef struct ucontext { struct
603 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
Dplatform-freebsd.cc553 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local