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 137 int CpuLoad(double cpuload, double duration, int numthreads,
141 for (int i = 0; i < numthreads; ++i) {
153 for (int i = 0; i < numthreads; ++i) {
158 for (int i = 0; i < numthreads; ++i) {
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 268 int numthreads = threadcounts[i]; local
272 thread_handles.reset(new PlatformThreadHandle[numthreads]);
273 thread_delegates.reset(new MultipleThreadMain*[numthreads]);
276 for (int16 index = 0; index < numthreads; index++) {
284 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 398 milliseconds