Searched refs:GetQueueName (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp52 ThreadSpec::GetQueueName () const function in class:ThreadSpec
92 const char *queue_name = thread.GetQueueName();
152 const char *queue_name = GetQueueName();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h64 GetQueueName () function in class:ThreadMemory
69 m_backing_thread_sp->GetQueueName();
H A DHistoryThread.h67 GetQueueName () function in class:lldb_private::HistoryThread
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h83 GetQueueName () const;
H A DSBBreakpoint.h116 GetQueueName () const;
H A DSBThread.h95 GetQueueName() const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadSpec.h82 GetQueueName () const;
H A DThread.h296 GetQueueName () function in class:lldb_private::Thread
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h39 GetQueueName ();
H A DThreadGDBRemote.cpp69 ThreadGDBRemote::GetQueueName () function in class:ThreadGDBRemote
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h214 GetQueueName () const;
H A DBreakpoint.h422 GetQueueName () const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp277 if (m_options.GetThreadSpec()->GetQueueName() != NULL
278 && ::strcmp (m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0)
286 Breakpoint::GetQueueName () const function in class:Breakpoint
291 return m_options.GetThreadSpecNoCreate()->GetQueueName();
H A DBreakpointLocation.cpp207 BreakpointLocation::GetQueueName () const function in class:BreakpointLocation
210 return GetOptionsNoCreate()->GetThreadSpecNoCreate()->GetQueueName();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp239 SBBreakpointLocation::GetQueueName () const function in class:SBBreakpointLocation
244 m_opaque_sp->GetQueueName ();
H A DSBBreakpoint.cpp463 SBBreakpoint::GetQueueName () const function in class:SBBreakpoint
471 name = thread_spec->GetQueueName();
475 log->Printf ("SBBreakpoint(%p)::GetQueueName () => %s", m_opaque_sp.get(), name);
H A DSBThread.cpp483 SBThread::GetQueueName () const function in class:SBThread
495 name = exe_ctx.GetThreadPtr()->GetQueueName();
500 log->Printf ("SBThread(%p)::GetQueueName() => error: process is running", exe_ctx.GetThreadPtr());
505 log->Printf ("SBThread(%p)::GetQueueName () => %s", exe_ctx.GetThreadPtr(), name ? name : "NULL");
1316 const char *queue_name = new_thread_sp->GetQueueName();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1917 cstr = thread->GetQueueName();
H A DIOHandler.cpp4181 const char *queue_name = thread_sp->GetQueueName();

Completed in 297 milliseconds