Searched refs:_siginfo (Results 1 - 6 of 6) sorted by relevance

/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; }
H A DosThread_linux.cpp54 _siginfo = NULL;
/openjdk7/hotspot/src/os/bsd/vm/
H A DosThread_bsd.cpp58 _siginfo = NULL;
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/share/vm/utilities/
H A DvmError.hpp53 void * _siginfo; // ExceptionRecord on Windows, member in class:VMError
H A DvmError.cpp83 _siginfo = siginfo;
114 _siginfo = NULL;
135 _siginfo = NULL;
156 _siginfo = NULL;
519 if (_verbose && _siginfo) {
520 os::print_siginfo(st, _siginfo);
849 os::check_or_create_dump(_siginfo, _context, buffer, sizeof(buffer));

Completed in 33 milliseconds