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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp89 typedef int (*lgrp_nlgrps_func_t)(lgrp_cookie_t cookie); typedef in class:Solaris
103 static lgrp_nlgrps_func_t _lgrp_nlgrps;
277 static void set_lgrp_nlgrps(lgrp_nlgrps_func_t func) { _lgrp_nlgrps = func; }
H A Dos_solaris.cpp5031 os::Solaris::lgrp_nlgrps_func_t os::Solaris::_lgrp_nlgrps;
5237 os::Solaris::set_lgrp_nlgrps(CAST_TO_FN_PTR(lgrp_nlgrps_func_t, dlsym(handle, "lgrp_nlgrps")));

Completed in 110 milliseconds