libstdc++
|
One __job for a certain thread.
volatile _DifferenceType __gnu_parallel::_Job::_M_first |
First element.
Changed by owning and stealing thread. By stealing thread, always incremented.
Definition at line 62 of file workstealing.h.
volatile _DifferenceType __gnu_parallel::_Job::_M_last |
volatile _DifferenceType __gnu_parallel::_Job::_M_load |
Number of elements, i.e. _M_last-_M_first+1
.
Changed by owning thread only.
Definition at line 72 of file workstealing.h.