#include <zypp-core/zyppng/base/private/threaddata_p.h>
Definition at line 13 of file threaddata_p.h.
 
◆ ThreadData()
  
  | 
        
          | zyppng::ThreadData::ThreadData | ( |  | ) |  |  | private | 
 
 
◆ current()
◆ setName()
template<typename T> 
  
  | 
        
          | void zyppng::ThreadData::setName | ( | T && | name | ) |  |  | inline | 
 
 
◆ name()
      
        
          | const std::string & zyppng::ThreadData::name | ( |  | ) | const | 
      
 
 
◆ dispatcher()
◆ ensureDispatcher()
      
        
          | std::shared_ptr< EventDispatcher > zyppng::ThreadData::ensureDispatcher | ( |  | ) |  | 
      
 
 
◆ setDispatcher()
      
        
          | void zyppng::ThreadData::setDispatcher | ( | const std::shared_ptr< EventDispatcher > & | disp | ) |  | 
      
 
 
◆ syncNativeName()
  
  | 
        
          | void zyppng::ThreadData::syncNativeName | ( |  | ) |  |  | private | 
 
 
◆ _threadId
  
  | 
        
          | std::thread::id zyppng::ThreadData::_threadId |  | private | 
 
 
◆ _threadName
  
  | 
        
          | std::string zyppng::ThreadData::_threadName |  | mutableprivate | 
 
lazy initialized to _threadId if unset 
Definition at line 36 of file threaddata_p.h.
 
 
◆ _nativeHandle
  
  | 
        
          | std::thread::native_handle_type zyppng::ThreadData::_nativeHandle |  | private | 
 
 
◆ _dispatcher
The documentation for this struct was generated from the following files: