Definition at line 95 of file TThread.cxx.
 
|  | 
| static void * | JoinFunc (void *p) | 
|  | Static method which runs in a separate thread to handle thread joins without blocking the main thread. 
 | 
|  | 
◆ TJoinHelper()
      
        
          | TJoinHelper::TJoinHelper | ( | TThread * | th, | 
        
          |  |  | void ** | ret | 
        
          |  | ) |  |  | 
      
 
Constructor of Thread helper class. 
Definition at line 117 of file TThread.cxx.
 
 
◆ ~TJoinHelper()
      
        
          | TJoinHelper::~TJoinHelper | ( |  | ) |  | 
      
 
 
◆ Join()
      
        
          | Int_t TJoinHelper::Join | ( |  | ) |  | 
      
 
 
◆ JoinFunc()
  
  | 
        
          | void * TJoinHelper::JoinFunc | ( | void * | p | ) |  |  | staticprivate | 
 
Static method which runs in a separate thread to handle thread joins without blocking the main thread. 
Return a value (zero) so that it makes a joinable thread. 
Definition at line 138 of file TThread.cxx.
 
 
◆ fC
◆ fH
◆ fJoined
◆ fM
◆ fRc
◆ fRet
◆ fT
core/thread/src/TThread.cxx