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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp541 uint_t* id_length) {
544 if (pset_info(pset, NULL, id_length, NULL) == 0) {
546 *id_array = NEW_C_HEAP_ARRAY(processorid_t, *id_length, mtInternal);
548 if (pset_info(pset, NULL, id_length, *id_array) == 0) {
572 uint* id_length) {
575 *id_length = sysconf(_SC_NPROCESSORS_ONLN);
577 *id_array = NEW_C_HEAP_ARRAY(processorid_t, *id_length, mtInternal);
581 while (found < *id_length && next < MAX_PROCESSOR_ID) {
592 if (found < *id_length) {
600 *id_length
539 find_processors_in_pset(psetid_t pset, processorid_t** id_array, uint_t* id_length) argument
571 find_processors_online(processorid_t** id_array, uint* id_length) argument
606 assign_distribution(processorid_t* id_array, uint id_length, uint* distribution, uint distribution_length) argument
680 uint id_length = 0; local
[all...]

Completed in 610 milliseconds