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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4189 static bool call_chained_handler(struct sigaction *actp, int sig, function
4240 chained = call_chained_handler(actp, sig, siginfo, context);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4035 static bool call_chained_handler(struct sigaction *actp, int sig, function
4086 chained = call_chained_handler(actp, sig, siginfo, context);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp4666 static bool call_chained_handler(struct sigaction *actp, int sig, function
4717 chained = call_chained_handler(actp, sig, siginfo, context);

Completed in 97 milliseconds