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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp95 # include <sys/pset.h>
524 psetid_t pset = PS_NONE; local
526 if (pset_bind(PS_QUERY, P_PID, pid, &pset) == 0) {
529 if (pset_info(pset, NULL, &pset_cpus, NULL) == 0) {
539 static bool find_processors_in_pset(psetid_t pset, argument
544 if (pset_info(pset, NULL, id_length, NULL) == 0) {
548 if (pset_info(pset, NULL, id_length, *id_array) == 0) {
683 psetid_t pset = PS_NONE; local
685 if ((pset_bind(PS_QUERY, P_PID, P_MYID, &pset) == 0) && pset !
[all...]

Completed in 127 milliseconds