Geant4-11
Variables
PTL::thread_pool::state Namespace Reference

Variables

static const short NONINIT = 3
 
static const short PARTIAL = 1
 
static const short STARTED = 0
 
static const short STOPPED = 2
 

Variable Documentation

◆ NONINIT

const short PTL::thread_pool::state::NONINIT = 3
static

Definition at line 215 of file Globals.hh.

Referenced by PTL::ThreadPool::is_initialized().

◆ PARTIAL

const short PTL::thread_pool::state::PARTIAL = 1
static

Definition at line 213 of file Globals.hh.

Referenced by PTL::ThreadPool::execute_thread().

◆ STARTED

const short PTL::thread_pool::state::STARTED = 0
static

Definition at line 212 of file Globals.hh.

Referenced by PTL::ThreadPool::initialize_threadpool().

◆ STOPPED

const short PTL::thread_pool::state::STOPPED = 2
static