-
- Downloads
TThreadedObject: allow to use thread unsafe objects from different threads
o CMakeLists modify to take into account the new files o Factorise the finding of the thread index and the TThreadedObject class - TBB will be easily pluggable if required o Tutorial which shows how to fill histograms in parallel from multiple threads - "Symmetric" to mp201 where the TMultiProc class is used
Showing
- core/thread/CMakeLists.txt 2 additions, 1 deletioncore/thread/CMakeLists.txt
- core/thread/inc/TThreadedObject.h 154 additions, 0 deletionscore/thread/inc/TThreadedObject.h
- core/thread/inc/ThreadIndex.h 49 additions, 0 deletionscore/thread/inc/ThreadIndex.h
- core/thread/src/ThreadIndex.cxx 33 additions, 0 deletionscore/thread/src/ThreadIndex.cxx
- tutorials/multicore/mt201_parallelHistoFill.C 82 additions, 0 deletionstutorials/multicore/mt201_parallelHistoFill.C
core/thread/inc/TThreadedObject.h
0 → 100644
core/thread/inc/ThreadIndex.h
0 → 100644
core/thread/src/ThreadIndex.cxx
0 → 100644
Please register or sign in to comment