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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4205 // retrieve the chained handler
4220 // call into the chained handler
4235 bool chained = false; local
4240 chained = call_chained_handler(actp, sig, siginfo, context);
4243 return chained;
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4051 // retrieve the chained handler
4066 // call into the chained handler
4081 bool chained = false; local
4086 chained = call_chained_handler(actp, sig, siginfo, context);
4089 return chained;
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp4682 // retrieve the chained handler
4697 // call into the chained handler
4712 bool chained = false; local
4717 chained = call_chained_handler(actp, sig, siginfo, context);
4720 return chained;

Completed in 87 milliseconds