Searched defs:ids (Results 26 - 27 of 27) sorted by relevance

12

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp545 // Make up an array to hold their ids.
547 // Fill in the array with their processor ids.
561 // request and the loop that builds the list of processor ids. Unfortunately
576 // Make up an array to hold their ids.
617 // Assign processor ids to the distribution.
2978 size_t os::numa_get_leaf_groups(int *ids, size_t size) { argument
2979 if ((ids[0] = Solaris::lgrp_root(Solaris::lgrp_cookie())) == -1) {
2980 ids[0] = 0;
2985 int r = Solaris::lgrp_children(Solaris::lgrp_cookie(), ids[cur],
2986 (Solaris::lgrp_id_t*)&ids[to
3032 int *ids = (int*)alloca(size * sizeof(int)); local
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3273 size_t os::numa_get_leaf_groups(int *ids, size_t size) { argument
3276 ids[0] = 0;
3282 ids[i] = numa_node_list_holder.get_node_list_entry(i);

Completed in 49 milliseconds

12