11#ifndef ROOT_RSLOTSTACK
12#define ROOT_RSLOTSTACK
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
A thread-safe stack of N indexes (0 to size - 1).
std::stack< unsigned int > fStack
void ReturnSlot(unsigned int slotNumber)
A spin mutex class which respects the STL interface for mutexes.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
A RAII object to pop and push slot numbers from a RSlotStack object.
ROOT::Internal::RSlotStack & fSlotStack
RSlotStackRAII(ROOT::Internal::RSlotStack &slotStack)