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

/external/chromium/base/
H A Dshared_memory_unittest.cc230 int threadcounts[] = { 1, kNumThreads }; local
231 for (size_t i = 0; i < sizeof(threadcounts) / sizeof(threadcounts); i++) {
232 int numthreads = threadcounts[i];

Completed in 87 milliseconds