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

  /ndk/sources/cxx-stl/gabi++/tests/
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/autotest/client/tests/monotonic_time/src/
threads.c 17 #define MAX_THREADS MAX_CPUS
26 static thread_t threads[MAX_THREADS];
61 if (num_threads >= MAX_THREADS)
88 if (nthreads > MAX_THREADS)
89 nthreads = MAX_THREADS;
  /external/libmpeg2/decoder/
impeg2d_api.h 53 #define NUM_MEM_RECORDS 4 * MAX_THREADS + NUM_INT_FRAME_BUFFERS + 5 + 2
impeg2d_structs.h 394 #define MAX_THREADS 4
402 dec_state_t *ps_dec_state[MAX_THREADS];
403 UWORD32 au4_thread_launched[MAX_THREADS];
impeg2d_api_main.c 287 for(i = 0; i < MAX_THREADS; i++)
456 for(i4_num_threads = 0; i4_num_threads < MAX_THREADS; i4_num_threads++)
    [all...]
  /art/tools/dmtracedump/
tracedump.cc 46 #define MAX_THREADS 32768
233 CallStack* stacks[MAX_THREADS];
234 int32_t depth[MAX_THREADS];
1042 for (int32_t i = 0; i < MAX_THREADS; i++)
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 39 static const size_t MAX_THREADS = 4;
369 WorkQueue wq(MAX_THREADS, false);
    [all...]
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 

Completed in 341 milliseconds