Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
Threading.cc File Reference
#include "PTL/Threading.hh"
#include "PTL/ConsumeParameters.hh"
#include "PTL/Macros.hh"
#include <cstddef>
#include <thread>

Go to the source code of this file.

Namespaces

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

Functions

Pid_t PTL::GetPidId ()
 
unsigned PTL::GetNumberOfCores ()
 
unsigned PTL::GetNumberOfPhysicalCpus ()
 
void PTL::SetThreadId (int aNewValue)
 
int PTL::GetThreadId ()
 
bool PTL::SetPinAffinity (int idx)
 
bool PTL::SetThreadPriority (int _v)
 
bool PTL::SetPinAffinity (int idx, NativeThread &_t)
 
bool PTL::SetThreadPriority (int _v, NativeThread &_t)