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

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp37 typedef void (JNICALL *exit_hook_t)(jint code); typedef
327 static exit_hook_t _exit_hook;
480 static exit_hook_t exit_hook() { return _exit_hook; }

Completed in 216 milliseconds