OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadcount
(Results
1 - 3
of
3
) sorted by null
/external/eigen/demos/mandelbrot/
mandelbrot.h
46
int
threadcount
;
member in class:MandelbrotWidget
59
threadcount
= QThread::idealThreadCount();
60
threads = new MandelbrotThread*[
threadcount
];
61
for(int th = 0; th <
threadcount
; th++) threads[th] = new MandelbrotThread(this, th);
66
for(int th = 0; th <
threadcount
; th++) delete threads[th];
mandelbrot.cpp
42
const int
threadcount
= widget->
threadcount
;
local
48
for(int y = id; y < img_height; y +=
threadcount
)
134
for(int th = 0; th <
threadcount
; th++)
136
for(int th = 0; th <
threadcount
; th++)
147
std::cout <<
threadcount
<< " threads, "
182
for(int th = 0; th <
threadcount
; th++)
199
for(int th = 0; th <
threadcount
; th++)
/external/stressapptest/src/
worker.cc
2331
int
threadcount
= 0;
local
[
all
...]
Completed in 40 milliseconds