Searched refs:threadcounts (Results 1 - 2 of 2) 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];
/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc274 int threadcounts[] = { 1, kNumThreads }; local
275 for (size_t i = 0; i < arraysize(threadcounts); i++) {
276 int numthreads = threadcounts[i];

Completed in 55 milliseconds