Searched refs:_lgrp_home (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp97 static lgrp_home_func_t _lgrp_home; member in class:Solaris
271 static void set_lgrp_home(lgrp_home_func_t func) { _lgrp_home = func; }
281 static id_t lgrp_home(idtype_t type, id_t id) { return _lgrp_home != NULL ? _lgrp_home(type, id) : -1; }
H A Dos_solaris.cpp5025 os::Solaris::lgrp_home_func_t os::Solaris::_lgrp_home; member in class:os::Solaris

Completed in 52 milliseconds