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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp102 static lgrp_resources_func_t _lgrp_resources; member in class:Solaris
276 static void set_lgrp_resources(lgrp_resources_func_t func) { _lgrp_resources = func; }
292 return _lgrp_resources != NULL ? _lgrp_resources(cookie, lgrp, lgrp_array, lgrp_array_size, type) : -1;
H A Dos_solaris.cpp5030 os::Solaris::lgrp_resources_func_t os::Solaris::_lgrp_resources; member in class:os::Solaris

Completed in 55 milliseconds