Lines Matching full:thread_name
89 MacOSXDarwinThread(const char *thread_name) :
110 Host::SetThreadName (LLDB_INVALID_PROCESS_ID, LLDB_INVALID_THREAD_ID, thread_name);
142 Host::ThreadCreated (const char *thread_name)
147 ::pthread_setspecific (g_thread_create_key, new MacOSXDarwinThread(thread_name));
154 std::string thread_name;
164 thread_name = pthread_name;
175 thread_name = queue_name;
181 return thread_name;