HomeSort by relevance Sort by last modified time
    Searched refs:max_threads (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/base/metrics/
stats_table.cc 97 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 = max_threads
    [all...]
stats_table.h 62 // max_threads is the maximum number of threads the table will support.
68 int max_threads,
  /external/chromium_org/base/test/
sequenced_worker_pool_owner.cc 13 size_t max_threads,
16 pool_(new SequencedWorkerPool(max_threads, thread_name_prefix, this)),
sequenced_worker_pool_owner.h 30 SequencedWorkerPoolOwner(size_t max_threads,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_gs_state.c 75 gs->thread4.max_threads = 1;
77 gs->thread4.max_threads = 0;
brw_clip_state.c 84 clip->thread4.max_threads = 16 - 1;
86 clip->thread4.max_threads = 2 - 1;
89 clip->thread4.max_threads = 1 - 1;
brw_vs_state.c 140 vs->thread4.max_threads = CLAMP(brw->urb.nr_vs_entries / 2,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_state.c 75 gs->thread4.max_threads = 1;
77 gs->thread4.max_threads = 0;
brw_clip_state.c 84 clip->thread4.max_threads = 16 - 1;
86 clip->thread4.max_threads = 2 - 1;
89 clip->thread4.max_threads = 1 - 1;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyxd.h 35 int max_threads; member in struct:__anon16708
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.h 52 int max_threads; member in struct:VP9Decoder
  /external/libvpx/libvpx/vp8/common/
onyxd.h 35 int max_threads; member in struct:__anon28659
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxd.h 35 int max_threads; member in struct:__anon39749
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
thread_map.c 64 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/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 253 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/
linuxthreads.cc 253 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/base/threading/
sequenced_worker_pool.h 165 SequencedWorkerPool(size_t max_threads,
170 SequencedWorkerPool(size_t max_threads,
  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 114 Index max_threads = std::max<Index>(1,size / 32);
117 Index threads = std::min<Index>(nbThreads(), max_threads);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtpool.h 63 PR_CreateThreadPool(PRInt32 initial_threads, PRInt32 max_threads,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 34 int max_threads; member in struct:__anon28729
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.h 34 int max_threads; member in struct:__anon39819
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_int.h 85 int max_threads; member in struct:VP8D_COMP
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 23 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/libvpx/libvpx/vp8/decoder/
onyxd_int.h 85 int max_threads; member in struct:VP8D_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_int.h 85 int max_threads; member in struct:VP8D_COMP

Completed in 669 milliseconds

1 2 3