Searched defs:_siginfo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp53 void * _siginfo; // ExceptionRecord on Windows, member in class:VMError
/openjdk7/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp105 // _ucontext and _siginfo are used by SR_handler() to save thread context,
119 void* _siginfo; variable
125 void* siginfo() const { return _siginfo; }
126 void set_siginfo(void* ptr) { _siginfo = ptr; }
/openjdk7/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp82 // _ucontext and _siginfo are used by SR_handler() to save thread context,
96 void* _siginfo; variable
102 void* siginfo() const { return _siginfo; }
103 void set_siginfo(void* ptr) { _siginfo = ptr; }

Completed in 29 milliseconds