Searched refs:num_threads (Results 76 - 100 of 135) sorted by relevance

123456

/external/ceres-solver/internal/ceres/
H A Dsolver_impl.cc223 if (options.num_threads > 1) {
226 << "only options.num_threads=1 is supported. Switching "
228 options.num_threads = 1;
239 summary->num_threads_given = original_options.num_threads;
240 summary->num_threads_used = options.num_threads;
475 if (options.num_threads > 1) {
478 << "only options.num_threads=1 is supported. Switching "
480 options.num_threads = 1;
484 summary->num_threads_given = original_options.num_threads;
485 summary->num_threads_used = options.num_threads;
[all...]
H A Dschur_eliminator.h215 // parallelism is controlled by LinearSolver::Options::num_threads.
222 : num_threads_(options.num_threads) {
328 // during the elimination phase. buffer_ is of size num_threads *
336 // ChunkOuterProduct. Like buffer_ it is of size num_threads *
H A Dcovariance_test.cc448 options.num_threads = 4;
739 int num_threads) {
742 options.num_threads = num_threads;
738 ComputeAndCompare(CovarianceAlgorithmType algorithm_type, int num_threads) argument
H A Dvisibility_based_preconditioner.cc333 eliminator_options.num_threads = options_.num_threads;
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp187 uint32_t num_threads = process->GetThreadList().GetSize(); local
188 for (uint32_t i = 0; i < num_threads; i++)
201 if (i < num_threads - 1)
413 const uint32_t num_threads = process->GetThreadList().GetSize(); local
440 step_thread_idx, num_threads);
664 const uint32_t num_threads = process->GetThreadList().GetSize(); local
710 for (uint32_t idx=0; idx<num_threads; ++idx)
743 for (uint32_t idx=0; idx<num_threads; ++idx)
983 const uint32_t num_threads = process->GetThreadList().GetSize(); local
986 num_threads);
[all...]
/external/lldb/test/functionalities/thread/concurrent_events/
H A DTestConcurrentEvents.py460 num_threads = self.inferior_process.GetNumThreads()
465 self.assertEqual(num_threads, expected_num_threads,
467 num_threads,
493 num_threads = self.inferior_process.GetNumThreads()
494 self.assertEqual(1, num_threads, "Expecting 1 thread but seeing %d. Details:%s" % (num_threads,
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp202 const uint32_t num_threads = threads_list.GetSize(); local
203 if (num_threads > 0)
205 for (i=0; i<num_threads; ++i)
/external/chromium_org/base/threading/
H A Dsimple_thread.h158 DelegateSimpleThreadPool(const std::string& name_prefix, int num_threads);
H A Dthread_perftest.cc66 void RunPingPongTest(const std::string& name, unsigned num_threads) { argument
69 while (threads_.size() < num_threads) {
/external/eigen/Eigen/src/Core/products/
H A DParallelizer.h133 #pragma omp parallel for schedule(static,1) num_threads(threads)
/external/ceres-solver/examples/
H A Dbundle_adjuster.cc104 DEFINE_int32(num_threads, 1, "Number of threads.");
229 options->num_threads = FLAGS_num_threads;
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_thread_test.cc161 // Decodes |filename| with |num_threads|. Returns the md5 of the decoded frames.
162 string DecodeFile(const string& filename, int num_threads) { argument
167 cfg.threads = num_threads;
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp52 int k, num_threads = 0; local
134 num_threads = cvGetNumThreads();
136 for( k = 0; k < num_threads; k++ )
151 for( k = 0; k < num_threads; k++ )
193 #pragma omp parallel for num_threads(num_threads) schedule(dynamic)
299 for( k = 0; k < num_threads; k++ )
/external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
H A Dlife.cc146 int num_threads = sysconf(_SC_NPROCESSORS_ONLN); local
147 if (num_threads < 2)
148 num_threads = 2;
149 workers_ = new ThreadPool(num_threads);
/external/chromium_org/third_party/libxml/src/
H A Druntest.c3949 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]); local
3960 for (i = 0; i < num_threads; i++) {
3965 for (i = 0; i < num_threads; i++) {
3973 for (i = 0; i < num_threads; i++) {
3982 for (i = 0; i < num_threads; i++)
4010 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]); local
4020 for (i = 0; i < num_threads; i++) {
4025 for (i = 0; i < num_threads; i++) {
4038 if (WaitForMultipleObjects(num_threads, tid, TRUE, INFINITE) ==
4044 for (i = 0; i < num_threads;
4075 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]); local
[all...]
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr_main.cc64 int num_threads = 0; variable
180 num_threads = atoi(argv[++c]); // NOLINT
318 if (num_threads) {
319 omp_set_num_threads(num_threads);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast.h132 lp_rast_create( unsigned num_threads );
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dheap-checker.h267 // Here we only use num_threads and thread_pids, that ListAllProcessThreads
271 int num_threads,
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dheap-checker.h267 // Here we only use num_threads and thread_pids, that ListAllProcessThreads
271 int num_threads,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.h132 lp_rast_create( unsigned num_threads );
/external/chromium_org/cc/resources/
H A Dtask_graph_runner_unittest.cc171 const size_t num_threads = GetParam(); variable
172 while (workers_.size() < num_threads) {
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc842 int num_threads,
866 for (int thread = 0; thread < num_threads; thread++) {
1453 const int num_threads = 4; local
1455 Thread* threads[num_threads];
1456 WaitableEvent* task_complete_events[num_threads];
1457 for (int i = 0; i < num_threads; i++) {
1466 for (int i = 0; i < num_threads; i++) {
1471 for (int i = 0; i < num_threads / 2; i++) {
1479 num_threads, num_events);
1482 for (int i = num_threads /
841 ValidateInstantEventPresentOnEveryThread(const ListValue& trace_parsed, int num_threads, int num_events) argument
1493 const int num_threads = 4; local
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc1016 int num_threads,
1021 RAW_VLOG(11, "Found %d threads (from pid %d)", num_threads, getpid());
1032 for (int i = 0; i < num_threads; ++i) {
1078 ResumeAllProcessThreads(num_threads, thread_pids);
1241 static int IsOneThread(void* parameter, int num_threads, argument
1243 if (num_threads != 1) {
1247 ResumeAllProcessThreads(num_threads, thread_pids);
1248 return num_threads;
1015 IgnoreLiveThreadsLocked(void* parameter, int num_threads, pid_t* thread_pids, va_list ) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc1016 int num_threads,
1021 RAW_VLOG(11, "Found %d threads (from pid %d)", num_threads, getpid());
1032 for (int i = 0; i < num_threads; ++i) {
1078 ResumeAllProcessThreads(num_threads, thread_pids);
1241 static int IsOneThread(void* parameter, int num_threads, argument
1243 if (num_threads != 1) {
1247 ResumeAllProcessThreads(num_threads, thread_pids);
1248 return num_threads;
1015 IgnoreLiveThreadsLocked(void* parameter, int num_threads, pid_t* thread_pids, va_list ) argument
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp227 const uint32_t num_threads = GetNumThreadContexts (); local
231 for (lldb::tid_t tid = 0; tid < num_threads; ++tid)

Completed in 2668 milliseconds

123456