| 109 | ThreadAffinity(int maxNumThreadsPerCore = INT_MAX, int verbose = 0); |
| 110 | |
| 111 | int getNumThreads() const |
| 112 | { |
| 113 | return (int)affinities.size(); |
| 114 | } |
| 115 | |
| 116 | // Sets the affinity (0..numThreads-1) of the thread after saving the current affinity |
| 117 | void set(int threadIndex); |
no test coverage detected