Home
last modified time | relevance | path

Searched refs:ucontext (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dcpu-exec.c72 struct ucontext *uc = puc; in cpu_resume_from_signal()
1245 struct ucontext *uc = puc; in cpu_signal_handler()
1293 struct ucontext *uc = puc; in cpu_signal_handler()
1331 typedef struct ucontext SIGCONTEXT;
1358 struct ucontext *uc = puc; in cpu_signal_handler()
1382 struct ucontext *uc = puc; in cpu_signal_handler()
1469 struct ucontext *uc = puc; in cpu_signal_handler()
1491 struct ucontext *uc = puc; in cpu_signal_handler()
1513 struct ucontext *uc = puc; in cpu_signal_handler()
1543 struct ucontext *uc = puc; in cpu_signal_handler()
[all …]
/external/v8/src/
Dplatform-linux.cc688 typedef struct ucontext { struct
690 struct ucontext* uc_link; argument
735 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local
736 mcontext_t& mcontext = ucontext->uc_mcontext; in ProfilerSignalHandler()
Dplatform-freebsd.cc574 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local
575 mcontext_t& mcontext = ucontext->uc_mcontext; in ProfilerSignalHandler()