Searched defs:max_threads (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxd.h35 int max_threads; member in struct:__anon13066
/external/libvpx/libvpx/vp8/common/
H A Donyxd.h35 int max_threads; member in struct:__anon24857
/external/chromium_org/base/test/
H A Dsequenced_worker_pool_owner.cc13 size_t max_threads,
16 pool_(new SequencedWorkerPool(max_threads, thread_name_prefix, this)),
12 SequencedWorkerPoolOwner( size_t max_threads, const std::string& thread_name_prefix) argument
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.h34 int max_threads; member in struct:__anon24927
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decoder.h59 int max_threads; member in struct:VP9Decoder
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_int.h85 int max_threads; member in struct:VP8D_COMP
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs23 public int max_threads; field in struct:StatsViewer.StatsFileHeader
185 offset += AlignedSize(header_.max_threads * kMaxThreadNameLength * 2);
187 offset += AlignedSize(header_.max_threads *
200 offset += AlignedSize(header_.max_threads *
258 for (int threads = 0; threads < header_.max_threads; threads++) {
275 data_offset += id * (Header.max_threads *
278 for (int cols = 0; cols < Header.max_threads; cols++)
528 for (int index = 0; index < table_.Header.max_threads; index++) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, argument
93 max_threads_(max_threads),
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h85 int max_threads; member in struct:VP8D_COMP
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dthread_map.c64 int max_threads = 32, items, i; local
68 max_threads * sizeof(pid_t));
100 while (threads->nr + items >= max_threads) {
101 max_threads *= 2;
109 max_threads * sizeof(pid_t)));
/external/chromium_org/base/metrics/
H A Dstats_table.cc97 int max_threads; member in struct:base::StatsTable::Internal::TableHeader
104 int max_threads,
114 int max_threads() const { return table_header_->max_threads; } function in class:base::StatsTable::Internal
132 return &data_table_[(counter_id-1) * max_threads()];
155 int max_threads);
175 int max_threads,
190 internal->InitializeTable(memory, size, max_counters, max_threads);
229 int max_threads) {
238 header->max_threads
172 New( const StatsTable::TableIdentifier& table, int size, int max_threads, int max_counters) argument
227 InitializeTable(void* memory, int size, int max_counters, int max_threads) argument
290 StatsTable(const TableIdentifier& table, int max_threads, int max_counters) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinuxthreads.cc253 int max_threads = 0, sig; local
345 if (max_threads < proc_sb.st_nlink + 100)
346 max_threads = proc_sb.st_nlink + 100;
349 pid_t pids[max_threads];
415 if (num_threads >= max_threads) {
507 max_threads += 100;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinuxthreads.cc253 int max_threads = 0, sig; local
345 if (max_threads < proc_sb.st_nlink + 100)
346 max_threads = proc_sb.st_nlink + 100;
349 pid_t pids[max_threads];
415 if (num_threads >= max_threads) {
507 max_threads += 100;
/external/qemu/
H A Dposix-aio-compat.c66 static int max_threads = 64; variable
389 if (idle_threads == 0 && cur_threads < max_threads)
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.cc271 Inner(SequencedWorkerPool* worker_pool, size_t max_threads,
517 size_t max_threads,
524 max_threads_(max_threads),
1145 size_t max_threads,
1148 inner_(new Inner(this, max_threads, thread_name_prefix, NULL)) {
1152 size_t max_threads,
1156 inner_(new Inner(this, max_threads, thread_name_prefix, observer)) {
515 Inner( SequencedWorkerPool* worker_pool, size_t max_threads, const std::string& thread_name_prefix, TestingObserver* observer) argument
1144 SequencedWorkerPool( size_t max_threads, const std::string& thread_name_prefix) argument
1151 SequencedWorkerPool( size_t max_threads, const std::string& thread_name_prefix, TestingObserver* observer) argument
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp717 int max_threads = cvGetNumThreads(); local
718 #pragma omp parallel for num_threads(max_threads) schedule(dynamic)
885 int i, max_threads = 0; local
942 max_threads = cvGetNumThreads();
943 if( max_threads > 1 )
944 for( i = 0; i < max_threads; i++ )
1006 // if( max_threads > 1 )
1008 // strip_count = MAX(MIN(sz1.height/ystep, max_threads*3), 1);
1034 //#pragma omp parallel for num_threads(max_threads) schedule(dynamic)
1105 // if( max_threads >
[all...]
H A Dcvhaar.cpp518 int max_threads = cvGetNumThreads(); local
519 #pragma omp parallel for num_threads(max_threads) schedule(dynamic)
869 int i, max_threads = 0; local
914 max_threads = cvGetNumThreads();
915 if( max_threads > 1 )
916 for( i = 0; i < max_threads; i++ )
978 if( max_threads > 1 )
980 strip_count = MAX(MIN(sz1.height/ystep, max_threads*3), 1);
1006 #pragma omp parallel for num_threads(max_threads) schedule(dynamic)
1077 if( max_threads >
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h177 GLuint max_threads:5; /* may be less */ member in struct:brw_clip_unit_state::__anon14360
416 GLuint max_threads:6; member in struct:brw_sf_unit_state::__anon14380
485 GLuint max_threads:5; member in struct:brw_gs_unit_state::__anon14384
527 GLuint max_threads:6; member in struct:brw_vs_unit_state::__anon14387
589 GLuint max_threads:7; member in struct:brw_wm_unit_state::__anon14391
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h177 GLuint max_threads:5; /* may be less */ member in struct:brw_clip_unit_state::__anon27771
416 GLuint max_threads:6; member in struct:brw_sf_unit_state::__anon27791
485 GLuint max_threads:5; member in struct:brw_gs_unit_state::__anon27795
527 GLuint max_threads:6; member in struct:brw_vs_unit_state::__anon27798
589 GLuint max_threads:7; member in struct:brw_wm_unit_state::__anon27802

Completed in 431 milliseconds