Searched refs:listener_cleanup (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp155 static void listener_cleanup() { function
178 ::atexit(listener_cleanup);
507 listener_cleanup();
/openjdk7/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp155 static void listener_cleanup() { function
178 ::atexit(listener_cleanup);
493 listener_cleanup();
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp352 static void listener_cleanup() { function
376 ::atexit(listener_cleanup);
634 listener_cleanup();

Completed in 26 milliseconds