/ndk/tests/device/test-gabi++-guard/jni/ |
test_guard.cpp | 9 #define MAX_THREADS 100 30 static Foo* sInstances[MAX_THREADS]; 31 static pthread_t sThreads[MAX_THREADS]; 43 for (int nn = 0; nn < MAX_THREADS; nn++) { 47 for (int nn = 0; nn < MAX_THREADS; nn++) { 66 for (int nn = 0; nn < MAX_THREADS; nn++) {
|
/external/bluetooth/glib/tests/ |
asyncqueue-test.c | 14 #define MAX_THREADS 50 134 gint max_threads = MAX_THREADS; local 135 gint max_unused_threads = MAX_THREADS; 148 max_threads, max_unused_threads)); 151 max_threads, 160 for (i = 1; i <= max_threads; i++) {
|
threadpool-test.c | 12 #define MAX_THREADS 10 139 g_thread_pool_set_max_unused_threads (MAX_THREADS); 260 guint max_threads; local 263 limit = MAX_THREADS * 10; 266 max_threads = 1; 268 max_threads = MAX_THREADS; 281 max_threads, 306 g_assert (g_thread_pool_get_max_threads (pool) == max_threads); 354 MAX_THREADS, [all...] |
/system/extras/tests/bionic/libc/common/ |
test_pthread_getcpuclockid.c | 67 #define MAX_THREADS 16 73 pthread_t threads[MAX_THREADS]; 78 for (nn = 0; nn < MAX_THREADS; nn++) { 81 for (nn = 0; nn < MAX_THREADS; nn++) {
|
test_sem_post.c | 55 #define MAX_THREADS 50 59 pthread_t t[MAX_THREADS]; 69 for ( nn = 0; nn < MAX_THREADS; nn++ ) { 77 for (nn = 0; nn < MAX_THREADS; nn++) { 81 for ( nn = 0; nn < MAX_THREADS; nn++) {
|
/external/bluetooth/glib/glib/ |
gthreadpool.h | 52 /* Get a thread pool with the function func, at most max_threads may 53 * run at a time (max_threads == -1 means no limit), exclusive == TRUE 59 gint max_threads, 75 gint max_threads, 96 void g_thread_pool_set_max_unused_threads (gint max_threads);
|
/external/chromium/base/metrics/ |
stats_table.cc | 101 int max_threads; member in struct:base::StatsTable::Private::TableHeader 107 int max_threads, int max_counters); 116 int max_threads() const { return table_header_->max_threads; } function in class:base::StatsTable::Private 134 return &data_table_[(counter_id-1) * max_threads()]; 151 int max_threads); 168 int max_threads, 185 priv->InitializeTable(memory, size, max_counters, max_threads); 196 int max_threads) { 205 header->max_threads = max_threads [all...] |
stats_table.h | 43 // max_threads is the maximum number of threads the table will support. 48 StatsTable(const std::string& name, int max_threads, int max_counters);
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
thread_pools.sgml | 83 @max_threads: 105 @max_threads: 151 @max_threads:
|
/external/libvpx/vp8/common/ |
onyxd.h | 33 int max_threads; member in struct:__anon7440
|
/external/libvpx/vp8/decoder/ |
onyxd_int.h | 94 int max_threads; member in struct:VP8Decompressor
|
onyxd_if.c | 81 pbi->max_threads = oxcf->max_threads;
|
threading.c | 432 core_count = (pbi->max_threads > 16) ? 16 : pbi->max_threads; [all...] |
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 717 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++ ) [all...] |
cvhaar.cpp | 518 int max_threads = cvGetNumThreads(); local 519 #pragma omp parallel for num_threads(max_threads) schedule(dynamic) 869 int i, max_threads = 0; local [all...] |
/external/v8/tools/ |
stats-viewer.py | 427 self.max_threads = data.IntAt(12) 429 self._HEADER_SIZE + self.max_threads * (self._NAME_SIZE + 2 * 4) 444 self.counter_values_offset + i * self.max_threads * 4)
|
/external/qemu/ |
posix-aio-compat.c | 66 static int max_threads = 64; variable 389 if (idle_threads == 0 && cur_threads < max_threads)
|
/external/libvpx/vp8/ |
vp8_dx_iface.c | 366 oxcf.max_threads = ctx->cfg.threads;
|
/dalvik/tools/dmtracedump/ |
TraceDump.c | 46 #define MAX_THREADS 32768 231 CallStack *stacks[MAX_THREADS]; 232 int depth[MAX_THREADS]; 1186 for (i = 0; i < MAX_THREADS; i++) [all...] |
/prebuilt/android-arm/kernel/ |
vmlinux-qemu | |
vmlinux-qemu-armv7 | |