/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/gemmlowp/meta/ |
multi_thread_gemm.h | 173 std::int32_t max_threads) { 174 return internal::ResolveMaxThreads(max_threads) * 178 void multi_thread_gemm_q8(gemmlowp::WorkersPool* pool, std::int32_t max_threads, 187 internal::MultiThreadedMatrixMatrix(pool, max_threads, scratch, lhs, rhs, m, 192 std::int32_t max_threads) { 193 return internal::ResolveMaxThreads(max_threads) * 197 void multi_thread_gemm_f(gemmlowp::WorkersPool* pool, std::int32_t max_threads, 204 internal::MultiThreadedMatrixMatrix(pool, max_threads, scratch, lhs, rhs, m, 209 std::int32_t max_threads) { 210 return internal::ResolveMaxThreads(max_threads) * [all...] |
multi_thread_common.h | 74 std::int32_t ResolveMaxThreads(std::int32_t max_threads) { 75 if (max_threads == 0) { 80 return max_threads; 117 std::int32_t max_threads, std::uint8_t* scratch, 122 max_threads = internal::ResolveMaxThreads(max_threads); 123 if (max_threads > 1) { 124 pool->CreateWorkers(max_threads - 1); 128 internal::PrepareTasks(max_threads, m, n, k, &task_rects);
|
/external/libchrome/base/test/ |
sequenced_worker_pool_owner.cc | 14 size_t max_threads, 17 pool_(new SequencedWorkerPool(max_threads, thread_name_prefix, this)),
|
sequenced_worker_pool_owner.h | 36 SequencedWorkerPoolOwner(size_t max_threads,
|
/system/extras/memory_replay/ |
Threads.h | 28 Threads(Pointers* pointers, size_t max_threads); 38 size_t max_threads() { return max_threads_; } function in class:Threads
|
main.cpp | 69 void ProcessDump(int fd, size_t max_allocs, size_t max_threads) { 72 Threads threads(&pointers, max_threads); 74 printf("Maximum threads available: %zu\n", threads.max_threads()); 165 fprintf(stderr, "Usage: %s MEMORY_LOG_FILE [MAX_THREADS]\n", basename(argv[0])); 169 size_t max_threads = DEFAULT_MAX_THREADS; local 171 max_threads = atoi(argv[2]); 186 ProcessDump(dump_fd, max_allocs, max_threads);
|
Threads.cpp | 48 Threads::Threads(Pointers* pointers, size_t max_threads) 49 : pointers_(pointers), max_threads_(max_threads) {
|
/external/libvpx/libvpx/vp8/common/ |
onyxd.h | 35 int max_threads; member in struct:__anon17134
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyxd.h | 35 int max_threads; member in struct:__anon30612
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decoder.h | 34 int max_threads; member in struct:__anon30682
|
/system/update_engine/payload_generator/ |
full_update_generator.cc | 142 size_t max_threads = std::max(sysconf(_SC_NPROCESSORS_ONLN), 4L); local 146 << " bytes each) using " << max_threads << " threads"; 153 // |max_threads| will actually hold a block in memory while we process. 187 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/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;
|
/frameworks/native/libs/binder/tests/ |
binderDriverInterfaceTest.cpp | 35 uint32_t max_threads = 0; local 41 ret = ioctl(m_binderFd, BINDER_SET_MAX_THREADS, &max_threads); 168 uint32_t max_threads = 0; local 169 binderTestIoctl(BINDER_SET_MAX_THREADS, &max_threads);
|
/external/libmpeg2/decoder/ |
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.h | 53 #define NUM_MEM_RECORDS 4 * MAX_THREADS + NUM_INT_FRAME_BUFFERS + 5 + 2
|
/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
|
/external/autotest/client/site_tests/platform_OSLimits/ |
platform_OSLimits.py | 74 'max_threads': 7000, 98 'max_threads': '/proc/sys/kernel/threads-max',
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ethread.c | 71 const int num_workers = VPXMIN(cpi->oxcf.max_threads, tile_cols); 84 allocated_workers = VPXMIN(cpi->oxcf.max_threads, max_tile_cols);
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.h | 86 int max_threads; member in struct:VP9Decoder
|
/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...] |