HomeSort by relevance Sort by last modified time
    Searched refs:numthreads (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
shared_memory_unittest.cc 232 int numthreads = threadcounts[i]; local
236 thread_handles.reset(new PlatformThreadHandle[numthreads]);
237 thread_delegates.reset(new MultipleThreadMain*[numthreads]);
240 for (int16 index = 0; index < numthreads; index++) {
248 for (int index = 0; index < numthreads; index++) {