STLdoc
STLdocumentation
|
Local data for a thread participating in __gnu_parallel::__parallel_random_shuffle(). More...
#include <parallel/random_shuffle.h>
Public Attributes | |
int | _M_num_threads |
Number of threads participating in total. More... | |
_BinIndex | _M_bins_begin |
Begin index for bins taken care of by this thread. More... | |
_BinIndex | __bins_end |
End index for bins taken care of by this thread. More... | |
uint32_t | _M_seed |
Random _M_seed for this thread. More... | |
_DRandomShufflingGlobalData < _RAIter > * | _M_sd |
Pointer to global data. More... | |
Local data for a thread participating in __gnu_parallel::__parallel_random_shuffle().
_BinIndex __gnu_parallel::_DRSSorterPU< _RAIter, _RandomNumberGenerator >::__bins_end |
End index for bins taken care of by this thread.
_BinIndex __gnu_parallel::_DRSSorterPU< _RAIter, _RandomNumberGenerator >::_M_bins_begin |
Begin index for bins taken care of by this thread.
int __gnu_parallel::_DRSSorterPU< _RAIter, _RandomNumberGenerator >::_M_num_threads |
Number of threads participating in total.
_DRandomShufflingGlobalData<_RAIter>* __gnu_parallel::_DRSSorterPU< _RAIter, _RandomNumberGenerator >::_M_sd |
Pointer to global data.
uint32_t __gnu_parallel::_DRSSorterPU< _RAIter, _RandomNumberGenerator >::_M_seed |
Random _M_seed for this thread.