Searched refs:ret_code (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/os/aix/vm/
H A DattachListener_aix.cpp510 int ret_code = AixAttachListener::init(); local
515 return ret_code;
/openjdk10/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp472 int ret_code = BsdAttachListener::init(); local
477 return ret_code;
/openjdk10/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp469 int ret_code = LinuxAttachListener::init(); local
474 return ret_code;
/openjdk10/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp622 int ret_code = SolarisAttachListener::init(); local
627 return ret_code;
/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp1358 int ret_code = ::stat(filename, &statbuf); local
1359 if (ret_code == OS_ERR) {

Completed in 112 milliseconds