Searched refs:threadcount (Results 1 – 8 of 8) sorted by relevance
/external/eigen/demos/mandelbrot/ |
D | mandelbrot.h | 46 int threadcount; variable 59 threadcount = QThread::idealThreadCount(); in MandelbrotWidget() 60 threads = new MandelbrotThread*[threadcount]; in MandelbrotWidget() 61 for(int th = 0; th < threadcount; th++) threads[th] = new MandelbrotThread(this, th); in MandelbrotWidget() 66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget()
|
D | mandelbrot.cpp | 42 const int threadcount = widget->threadcount; in render() local 48 for(int y = id; y < img_height; y += threadcount) in render() 134 for(int th = 0; th < threadcount; th++) in paintEvent() 136 for(int th = 0; th < threadcount; th++) in paintEvent() 147 std::cout << threadcount << " threads, " in paintEvent() 182 for(int th = 0; th < threadcount; th++) in mousePressEvent() 199 for(int th = 0; th < threadcount; th++) in mouseMoveEvent()
|
/external/cronet/tot/third_party/google_benchmark/src/test/ |
D | perf_counters_gtest.cc | 215 void measure(size_t threadcount, PerfCounterValues* before, in measure() argument 219 std::vector<std::thread> threads(threadcount); in measure()
|
/external/google-benchmark/test/ |
D | perf_counters_gtest.cc | 215 void measure(size_t threadcount, PerfCounterValues* before, in measure() argument 219 std::vector<std::thread> threads(threadcount); in measure()
|
/external/cronet/stable/third_party/google_benchmark/src/test/ |
D | perf_counters_gtest.cc | 215 void measure(size_t threadcount, PerfCounterValues* before, in measure() argument 219 std::vector<std::thread> threads(threadcount); in measure()
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 364 int threadcount) in globalThreadDataNew() argument 379 pThis->m_threadcount = threadcount; in globalThreadDataNew() 381 pThis->m_pRandData = (MTdata *)malloc(threadcount*sizeof(MTdata)); in globalThreadDataNew() 383 malloc(threadcount*sizeof(perThreadData *)); in globalThreadDataNew() 384 for(i=0; i < threadcount; ++i) in globalThreadDataNew() 478 cl_uint threadcount = GetThreadCount(); in test_integer_ops_threaded() local 517 while ((cl_ulong)threadcount * 4 * num_elements * type_size * vectorSize > maxDeviceGlobalMem) in test_integer_ops_threaded() 533 type, testID, threadcount); in test_integer_ops_threaded()
|
/external/stressapptest/src/ |
D | worker.cc | 2325 int threadcount = 0; in Work() local 2332 SpawnSlave(newsock, threadcount); in Work() 2333 threadcount++; in Work()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 1410 threadcount
|