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

/openjdk9/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp85 typedef int (*lgrp_nlgrps_func_t)(lgrp_cookie_t cookie); typedef in class:Solaris
94 static lgrp_nlgrps_func_t _lgrp_nlgrps;
240 static void set_lgrp_nlgrps(lgrp_nlgrps_func_t func) { _lgrp_nlgrps = func; }
H A Dos_solaris.cpp4143 os::Solaris::lgrp_nlgrps_func_t os::Solaris::_lgrp_nlgrps;
4259 os::Solaris::set_lgrp_nlgrps(CAST_TO_FN_PTR(lgrp_nlgrps_func_t, dlsym(handle, "lgrp_nlgrps")));

Completed in 122 milliseconds