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

/openjdk9/hotspot/src/os/aix/vm/
H A Dlibo4.cpp25 #include "libo4.hpp"
33 // class libo4 - impl //
36 bool libo4::init() {
43 void libo4::cleanup() {
49 bool libo4::get_memory_info(unsigned long long* p_virt_total,
57 bool libo4::get_load_avg(double* p_avg1, double* p_avg5, double* p_avg15) {
61 bool libo4::realpath(const char* file_name, char* resolved_name,
66 bool libo4::removeEscapeMessageFromJoblogByContext(const void* context) {
H A Dlibo4.hpp25 // Class libo4 is a C++ wrapper around the libo4 porting library. It handles
27 // The libo4 porting library is a set of functions that bridge from the AIX
35 class libo4 { class
37 // Initialize the libo4 porting library.
41 // Triggers cleanup of the libo4 porting library.
46 // See libo4.h for details on this API.
62 // See libo4.h for details on this API.
75 // See libo4.h for details on this API.
86 // See libo4
[all...]
H A Dos_aix.cpp40 #include "libo4.hpp"
710 // On PASE, use the libo4 porting library.
717 if (libo4::get_memory_info(&virt_total, &real_total, &real_free, &pgsp_total, &pgsp_free)) {
3458 // Next, we need to initialize libo4 and libperfstat libraries.
4075 // AS/400 PASE: use libo4 porting library
4078 if (libo4::get_load_avg(v, v + 1, v + 2)) {
4254 // PASE: initialize the libo4 library (PASE porting library).
4257 if (!libo4::init()) {
4258 trcVerbose("libo4 initialization failed.");
4259 assert(false, "libo4 initializatio
[all...]

Completed in 53 milliseconds