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

/barrelfish-master/lib/phoenix/
H A Dscheduler.c89 int core, strand; local
93 strand = (thr / (NUM_CORES_PER_CHIP * sp->num_chips_per_sys));
94 strand %= NUM_STRANDS_PER_CORE;
95 return (core * NUM_STRANDS_PER_CORE + strand);
106 int chip, core, strand; local
112 strand = thr / (NUM_CORES_PER_CHIP * NUM_STRANDS_PER_CORE);
113 strand %= NUM_STRANDS_PER_CORE;
117 strand);

Completed in 25 milliseconds