reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Host/common/HostNativeThreadBase.cpp
   59   llvm::set_thread_name(info->thread_name);
   61   thread_func_t thread_fptr = info->thread_fptr;
   62   thread_arg_t thread_arg = info->thread_arg;
   67   delete info;