Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
VTaskGroup.cc File Reference
#include "PTL/VTaskGroup.hh"
#include "PTL/Globals.hh"
#include "PTL/Task.hh"
#include "PTL/TaskRunManager.hh"
#include "PTL/ThreadData.hh"
#include "PTL/ThreadPool.hh"
#include "PTL/VTask.hh"

Go to the source code of this file.

Functions

std::atomic_uintmax_t & vtask_group_counter ()
 

Function Documentation

◆ vtask_group_counter()

std::atomic_uintmax_t & vtask_group_counter ( )

Definition at line 44 of file VTaskGroup.cc.

45{
46 static std::atomic_uintmax_t _instance(0);
47 return _instance;
48}