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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4678 static void perfMemory_exit_helper() { function
4830 // note: perfMemory_exit_helper atexit function may be removed in
4833 if (atexit(perfMemory_exit_helper) != 0) {
4834 warning("os::init2 atexit(perfMemory_exit_helper) failed");
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4492 static void perfMemory_exit_helper() { function
4630 // note: perfMemory_exit_helper atexit function may be removed in
4633 if (atexit(perfMemory_exit_helper) != 0) {
4634 warning("os::init2 atexit(perfMemory_exit_helper) failed");
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5349 static void perfMemory_exit_helper() { function
5519 // note: perfMemory_exit_helper atexit function may be removed in
5522 if (atexit(perfMemory_exit_helper) != 0) {
5523 warning("os::init2 atexit(perfMemory_exit_helper) failed");
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3781 static void perfMemory_exit_helper() { function
3902 // note: perfMemory_exit_helper atexit function may be removed in
3905 if (atexit(perfMemory_exit_helper) != 0) {
3906 warning("os::init_2 atexit(perfMemory_exit_helper) failed");

Completed in 88 milliseconds