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

/openjdk9/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp80 typedef int (*lgrp_children_func_t)(lgrp_cookie_t cookie, lgrp_id_t parent, typedef in class:Solaris
92 static lgrp_children_func_t _lgrp_children;
238 static void set_lgrp_children(lgrp_children_func_t func) { _lgrp_children = func; }
H A Dos_solaris.cpp4141 os::Solaris::lgrp_children_func_t os::Solaris::_lgrp_children;
4257 os::Solaris::set_lgrp_children(CAST_TO_FN_PTR(lgrp_children_func_t, dlsym(handle, "lgrp_children")));

Completed in 106 milliseconds