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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp83 typedef lgrp_id_t (*lgrp_root_func_t)(lgrp_cookie_t cookie); typedef in class:Solaris
100 static lgrp_root_func_t _lgrp_root;
274 static void set_lgrp_root(lgrp_root_func_t func) { _lgrp_root = func; }

Completed in 32 milliseconds