Home
last modified time | relevance | path

Searched refs:max_threads (Results 1 – 11 of 11) sorted by relevance

/external/chromium/base/
Dstats_table.cc110 int max_threads; member
116 int max_threads, int max_counters);
125 int max_threads() const { return table_header_->max_threads; } in max_threads() function in StatsTablePrivate
143 return &data_table_[(counter_id-1) * max_threads()]; in row()
153 int max_threads);
170 int max_threads, in New() argument
184 priv->InitializeTable(memory, size, max_counters, max_threads); in New()
194 int max_threads) { in InitializeTable() argument
203 header->max_threads = max_threads; in InitializeTable()
219 max_threads() * StatsTable::kMaxThreadNameLength; in ComputeMappedPointers()
[all …]
Dstats_table.h49 StatsTable(const std::string& name, int max_threads, int max_counters);
/external/bluetooth/glib/glib/
Dgthreadpool.h59 gint max_threads,
75 gint max_threads,
96 void g_thread_pool_set_max_unused_threads (gint max_threads);
/external/bluetooth/glib/tests/
Dasyncqueue-test.c134 gint max_threads = MAX_THREADS; in main() local
148 max_threads, max_unused_threads)); in main()
151 max_threads, in main()
160 for (i = 1; i <= max_threads; i++) { in main()
Dthreadpool-test.c260 guint max_threads; in test_thread_sort() local
266 max_threads = 1; in test_thread_sort()
268 max_threads = MAX_THREADS; in test_thread_sort()
281 max_threads, in test_thread_sort()
306 g_assert (g_thread_pool_get_max_threads (pool) == max_threads); in test_thread_sort()
/external/v8/tools/
Dstats-viewer.py423 self.max_threads = data.IntAt(12)
425 self._HEADER_SIZE + self.max_threads * (self._NAME_SIZE + 2 * 4)
440 self.counter_values_offset + i * self.max_threads * 4)
/external/libvpx/vp8/common/
Donyxd.h33 int max_threads; member
/external/libvpx/vp8/decoder/
Donyxd_int.h91 int max_threads; member
Donyxd_if.c117 pbi->max_threads = oxcf->max_threads; in vp8dx_create_decompressor()
Dthreading.c458 core_count = (pbi->max_threads > 16) ? 16 : pbi->max_threads; in vp8_decoder_create_threads()
/external/libvpx/vp8/
Dvp8_dx_iface.c390 oxcf.max_threads = ctx->cfg.threads; in vp8_decode()