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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp80 typedef lgrp_id_t (*lgrp_home_func_t)(idtype_t idtype, id_t id); typedef in class:Solaris
97 static lgrp_home_func_t _lgrp_home;
271 static void set_lgrp_home(lgrp_home_func_t func) { _lgrp_home = func; }
H A Dos_solaris.cpp5025 os::Solaris::lgrp_home_func_t os::Solaris::_lgrp_home;
5231 os::Solaris::set_lgrp_home(CAST_TO_FN_PTR(lgrp_home_func_t, dlsym(handle, "lgrp_home")));

Completed in 171 milliseconds