Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
TaskGroup.hh File Reference
#include "PTL/AutoLock.hh"
#include "PTL/Config.hh"
#include "PTL/JoinFunction.hh"
#include "PTL/ScopeDestructor.hh"
#include "PTL/Task.hh"
#include "PTL/ThreadData.hh"
#include "PTL/ThreadPool.hh"
#include "PTL/Types.hh"
#include "PTL/VTask.hh"
#include "PTL/VUserTaskQueue.hh"
#include "PTL/detail/CxxBackports.hh"
#include <atomic>
#include <chrono>
#include <cstdint>
#include <cstdio>
#include <functional>
#include <future>
#include <iostream>
#include <memory>
#include <mutex>
#include <sstream>
#include <stdexcept>
#include <thread>
#include <type_traits>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  PTL::TaskGroup< Tp, Arg, MaxDepth >
 

Namespaces

namespace  PTL
 Backports of C++ language features for use with C++11 compilers.
 
namespace  PTL::internal
 

Functions

std::atomic_uintmax_t & PTL::internal::task_group_counter ()
 
ThreadPoolPTL::internal::get_default_threadpool ()
 
intmax_t PTL::internal::get_task_depth ()
 

Variables

template<typename Tp, typename Arg, intmax_t MaxDepth>
int PTL::TaskGroup< Tp, Arg, MaxDepth >::f_verbose = 0