Searched defs:lgrp_resources_func_t (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp86 typedef int (*lgrp_resources_func_t)(lgrp_cookie_t cookie, lgrp_id_t lgrp, typedef in class:Solaris
102 static lgrp_resources_func_t _lgrp_resources;
276 static void set_lgrp_resources(lgrp_resources_func_t func) { _lgrp_resources = func; }

Completed in 1418 milliseconds