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

  /external/openssl/crypto/threads/
mttest.c 143 int thread_number=10; variable
245 thread_number= atoi(*(++argv));
246 if (thread_number == 0) thread_number=1;
247 if (thread_number > MAX_THREAD_NUMBER)
248 thread_number=MAX_THREAD_NUMBER;
775 for (i=0; i<thread_number; i++)
786 for (i=0; i<thread_number; i+=50)
790 j=(thread_number < (i+50))?(thread_number-i):50
    [all...]
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.cc 46 // |thread_number| is an identifier used when naming the worker thread.
49 int thread_number);
68 int thread_number() const { return thread_number_; } function in class:net::MultiThreadedProxyResolver::Executor
252 "thread_number", executor()->thread_number())));
298 int thread_number)
300 thread_number_(thread_number),
308 base::StringPrintf("PAC thread #%d", thread_number);
550 int thread_number = executors_.size(); local
553 this, resolver, thread_number);
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc     [all...]

Completed in 313 milliseconds