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

/libmicro/
H A Dcachetocache.c33 * solaris features to find and bind to cpus in the current
62 static processorid_t cpus[1024]; variable
101 if (pset_info(PS_MYID, NULL, &ncpu, cpus) < 0) {
126 cpu = cpus[(pthread_self() - 1) % ncpu],

Completed in 4 milliseconds