#include "TProcessID.h"#include "TROOT.h"#include "TObjArray.h"#include "TExMap.h"#include "TVirtualMutex.h"#include "TError.h"#include "snprintf.h"Namespaces | |
| namespace | ROOT | 
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests.  | |
Typedefs | |
| using | PIDCacheContent_t = std::pair< Int_t, TProcessID * > | 
Functions | |
| static ULong_t | Void_Hash (const void *ptr) | 
| Return hash value for this object.   | |
Variables | |
| static std::atomic< PIDCacheContent_t * > | gGetProcessWithUIDCache | 
| static std::atomic< TProcessID * > | gIsValidCache | 
| using PIDCacheContent_t = std::pair<Int_t, TProcessID*> | 
Definition at line 63 of file TProcessID.cxx.
      
  | 
  inlinestatic | 
Return hash value for this object.
Definition at line 69 of file TProcessID.cxx.
      
  | 
  static | 
Definition at line 64 of file TProcessID.cxx.
      
  | 
  static | 
Definition at line 62 of file TProcessID.cxx.