Logo ROOT   6.14/05
Reference Guide
Typedefs | Functions | Variables
TProcessID.cxx File Reference
#include "TProcessID.h"
#include "TROOT.h"
#include "TObjArray.h"
#include "TExMap.h"
#include "TVirtualMutex.h"
#include "TError.h"
Include dependency graph for TProcessID.cxx:

Typedefs

using PIDCacheContent_t = std::pair< Int_t, TProcessID * >
 

Functions

static ULong_t Void_Hash (const void *ptr)
 Return hash value for this object. More...
 

Variables

static std::atomic< PIDCacheContent_t * > gGetProcessWithUIDCache
 
static std::atomic< TProcessID * > gIsValidCache
 

Typedef Documentation

◆ PIDCacheContent_t

using PIDCacheContent_t = std::pair<Int_t, TProcessID*>

Definition at line 61 of file TProcessID.cxx.

Function Documentation

◆ Void_Hash()

static ULong_t Void_Hash ( const void ptr)
inlinestatic

Return hash value for this object.

Definition at line 67 of file TProcessID.cxx.

Variable Documentation

◆ gGetProcessWithUIDCache

std::atomic<PIDCacheContent_t *> gGetProcessWithUIDCache
static

Definition at line 62 of file TProcessID.cxx.

◆ gIsValidCache

std::atomic<TProcessID *> gIsValidCache
static

Definition at line 60 of file TProcessID.cxx.