Searched refs:SuspendedThreadTaskContext (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp806 class SuspendedThreadTaskContext { class in class:os
808 SuspendedThreadTaskContext(Thread* thread, void *ucontext) : _thread(thread), _ucontext(ucontext) {} function in class:os::SuspendedThreadTaskContext
822 virtual void do_task(const SuspendedThreadTaskContext& context) = 0;
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4904 SuspendedThreadTaskContext context(_thread, _thread->osthread()->ucontext());
4916 void do_task(const os::SuspendedThreadTaskContext& context);
4926 void PcFetcher::do_task(const os::SuspendedThreadTaskContext& context) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4696 SuspendedThreadTaskContext context(_thread, _thread->osthread()->ucontext());
4707 void do_task(const os::SuspendedThreadTaskContext& context);
4717 void PcFetcher::do_task(const os::SuspendedThreadTaskContext& context) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp4541 SuspendedThreadTaskContext context(_thread, _thread->osthread()->ucontext());
4552 void do_task(const os::SuspendedThreadTaskContext& context);
4562 void PcFetcher::do_task(const os::SuspendedThreadTaskContext& context) {
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5105 SuspendedThreadTaskContext context(_thread, &ctxt);

Completed in 86 milliseconds