HomeSort by relevance Sort by last modified time
    Searched refs:MAX_THREADS (Results 1 - 8 of 8) sorted by null

  /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++) {
  /system/extras/tests/bionic/libc/common/
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++) {
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++) {
  /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...]
  /packages/apps/Mms/src/com/android/mms/util/
BackgroundLoaderManager.java 53 private static final int MAX_THREADS = 2;
71 final int poolSize = MAX_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...]
  /frameworks/base/tools/aapt/
Resource.cpp 30 static const size_t MAX_THREADS = 4;
338 WorkQueue wq(MAX_THREADS, false);
    [all...]

Completed in 157 milliseconds