10 #ifndef LLDB_SBHostOS_h_ 
   11 #define LLDB_SBHostOS_h_ 
   28   static void ThreadCreated(
const char *name);
 
   30   static lldb::thread_t ThreadCreate(
const char *name,
 
   31                                      lldb::thread_func_t thread_function,
 
   34   static bool ThreadCancel(lldb::thread_t thread, 
lldb::SBError *err);
 
   36   static bool ThreadDetach(lldb::thread_t thread, 
lldb::SBError *err);
 
   37   static bool ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result,
 
   45 #endif // LLDB_SBHostOS_h_