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++) {
  /external/llvm/utils/
llvm-compilers-check 597 numthreads = options.threads
600 + str(numthreads) + " threads using " + str(jobs)
606 for t in range(numthreads):

Completed in 325 milliseconds