HomeSort by relevance Sort by last modified time
    Searched refs:numthreads (Results 1 - 4 of 4) 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/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor_unittest.cc 140 int CpuLoad(double cpuload, double duration, int numthreads,
144 for (int i = 0; i < numthreads; ++i) {
156 for (int i = 0; i < numthreads; ++i) {
161 for (int i = 0; i < numthreads; ++i) {
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 276 int numthreads = threadcounts[i]; local
280 thread_handles.reset(new PlatformThreadHandle[numthreads]);
281 thread_delegates.reset(new MultipleThreadMain*[numthreads]);
284 for (int16 index = 0; index < numthreads; index++) {
292 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 108 milliseconds