c++ Programming Glossary: mytask
Simplest TBB example http://stackoverflow.com/questions/10607215/simplest-tbb-example #include iostream #include vector struct mytask mytask size_t n _n n void operator for int i 0 i 1000000 i Deliberately.. #include iostream #include vector struct mytask mytask size_t n _n n void operator for int i 0 i 1000000 i Deliberately.. std cerr _n size_t _n struct executor executor std vector mytask t _tasks t executor executor e tbb split _tasks e._tasks void..
|