#include <SBHostOS.h>
Definition at line 18 of file SBHostOS.h.
 
  
  | 
        
          | static bool lldb::SBHostOS::ThreadCancel | ( | lldb::thread_t | thread, |  
          |  |  | lldb::SBError * | err |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | static lldb::thread_t lldb::SBHostOS::ThreadCreate | ( | const char * | name, |  
          |  |  | lldb::thread_func_t | thread_function, |  
          |  |  | void * | thread_arg, |  
          |  |  | lldb::SBError * | err |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | static void lldb::SBHostOS::ThreadCreated | ( | const char * | name | ) |  |  | static | 
 
 
  
  | 
        
          | static bool lldb::SBHostOS::ThreadDetach | ( | lldb::thread_t | thread, |  
          |  |  | lldb::SBError * | err |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | static bool lldb::SBHostOS::ThreadJoin | ( | lldb::thread_t | thread, |  
          |  |  | lldb::thread_result_t * | result, |  
          |  |  | lldb::SBError * | err |  
          |  | ) |  |  |  | static | 
 
 
The documentation for this class was generated from the following file: