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

/gem5/ext/mcpat/cacti/
H A DUcache.cc55 const uint32_t nthreads = NTHREADS; variable
136 for (uint32_t iter = tid; iter < niter; iter += nthreads) {
715 new calc_time_mt_wrapper_struct[nthreads];
716 pthread_t threads[nthreads];
718 for (uint32_t t = 0; t < nthreads; t++) {
737 for (uint32_t t = 0; t < nthreads; t++) {
750 for (uint32_t t = 0; t < nthreads; t++) {
755 for (uint32_t t = 0; t < nthreads; t++) {
771 for (uint32_t t = 0; t < nthreads; t++) {
790 for (uint32_t t = 0; t < nthreads;
[all...]

Completed in 6 milliseconds