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

  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.cc 19 : threads_(NULL), counter_(0), num_threads_(num_threads), exiting_(false),
21 if (num_threads_ > 0) {
33 threads_ = new pthread_t[num_threads_];
34 for (int i = 0; i < num_threads_; i++) {
46 if (num_threads_ > 0) {
74 for (int i = 0; i < num_threads_; ++i)
77 for (int i = 0; i < num_threads_; ++i)
112 for (int i = 0; i < num_threads_; i++)
118 for (int i = 0; i < num_threads_; i++)
133 if (num_threads_ > 0
    [all...]
thread_pool.h 41 const int num_threads_; member in class:sdk_util::ThreadPool
  /external/chromium/base/threading/
simple_thread.cc 82 num_threads_(num_threads),
94 for (int i = 0; i < num_threads_; ++i) {
105 AddWork(NULL, num_threads_);
108 for (int i = 0; i < num_threads_; ++i) {
simple_thread.h 175 int num_threads_; member in class:base::DelegateSimpleThreadPool
  /external/chromium_org/base/threading/
simple_thread.cc 89 num_threads_(num_threads),
101 for (int i = 0; i < num_threads_; ++i) {
112 AddWork(NULL, num_threads_);
115 for (int i = 0; i < num_threads_; ++i) {
simple_thread.h 181 int num_threads_; member in class:base::DelegateSimpleThreadPool
  /external/ceres-solver/internal/ceres/
schur_eliminator.h 222 : num_threads_(options.num_threads) {
344 int num_threads_; member in class:ceres::internal::SchurEliminator
schur_eliminator_impl.h 149 if (num_threads_ > 1) {
153 buffer_.reset(new double[buffer_size_ * num_threads_]);
158 chunk_outer_product_buffer_.reset(new double[buffer_size_ * num_threads_]);
185 #pragma omp parallel for num_threads(num_threads_) schedule(dynamic)
219 #pragma omp parallel for num_threads(num_threads_) schedule(dynamic)
307 #pragma omp parallel for num_threads(num_threads_) schedule(dynamic)
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 140 int num_threads_; member in class:Voronoi
170 Voronoi::Voronoi() : num_regions_(kDefaultNumRegions), num_threads_(0),
175 workers_ = new ThreadPool(num_threads_);
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 269 int num_threads_; member in class:Planet
349 Planet::Planet() : base_tex_(NULL), night_tex_(NULL), num_threads_(0),
355 workers_ = new ThreadPool(num_threads_);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
earth.cc 292 int num_threads_; member in class:Planet
400 num_threads_ = 0;
401 workers_ = new ThreadPool(num_threads_);
  /external/chromium_org/v8/test/cctest/
test-debug.cc 4708 int num_threads_; member in class:ThreadBarrier
    [all...]
  /external/v8/test/cctest/
test-debug.cc 4580 int num_threads_; member in class:ThreadBarrier
    [all...]

Completed in 497 milliseconds