Exception class for thread-related errors.  
 More...
#include <glibmm/threads.h>
Exception class for thread-related errors. 
- Deprecated:
- Please use std::lock_guard or std::unique_lock instead. 
◆ Code
Possible errors of thread related functions. 
| Enumerator | 
|---|
| AGAIN | A thread couldn't be created due to resource shortage.  Try again later.  | 
 
 
◆ ThreadError() [1/2]
      
        
          | Glib::Threads::ThreadError::ThreadError | ( | Code | error_code, | 
        
          |  |  | const Glib::ustring& | error_message | 
        
          |  | ) |  |  | 
      
 
 
◆ ThreadError() [2/2]
  
  | 
        
          | Glib::Threads::ThreadError::ThreadError | ( | GError * | gobject | ) |  |  | explicit | 
 
 
◆ code()
      
        
          | Code Glib::Threads::ThreadError::code | ( |  | ) | const |