HomeSort by relevance Sort by last modified time
    Searched refs:GetThreadName (Results 1 - 25 of 34) sorted by null

1 2

  /external/lldb/test/python_api/default-constructor/
sb_breakpointlocation.py 20 obj.GetThreadName()
sb_breakpoint.py 27 obj.GetThreadName()
  /external/lldb/scripts/Python/interface/
SBBreakpointLocation.i 89 GetThreadName () const;
SBBreakpoint.i 172 GetThreadName () const;
  /external/lldb/include/lldb/API/
SBBreakpointLocation.h 77 GetThreadName () const;
SBBreakpoint.h 110 GetThreadName () const;
  /external/lldb/include/lldb/Breakpoint/
BreakpointLocation.h 208 GetThreadName () const;
Breakpoint.h 398 GetThreadName () const;
  /art/runtime/
monitor_android.cc 73 self->GetThreadName(thread_name);
thread.cc 170 self->SetThreadName(self->GetThreadName(soa)->ToModifiedUtf8().c_str());
461 Handle<mirror::String> peer_thread_name(hs.NewHandle(GetThreadName(soa)));
472 peer_thread_name.Assign(GetThreadName(soa));
599 mirror::String* Thread::GetThreadName(const ScopedObjectAccessAlreadyRunnable& soa) const {
604 void Thread::GetThreadName(std::string& name) const {
798 os << '"' << ::art::GetThreadName(tid) << '"'
    [all...]
runtime_linux.cc 295 std::string thread_name(GetThreadName(tid));
thread.h 285 mirror::String* GetThreadName(const ScopedObjectAccessAlreadyRunnable& ts) const
290 void GetThreadName(std::string& name) const;
    [all...]
trace.cc 712 t->GetThreadName(name);
730 thread->GetThreadName(name);
utils.h 461 std::string GetThreadName(pid_t tid);
  /external/lldb/source/API/
SBBreakpointLocation.cpp 218 SBBreakpointLocation::GetThreadName () const
223 return m_opaque_sp->GetThreadName();
  /external/chromium_org/content/browser/
browser_thread_impl.cc 399 static const char* GetThreadName(BrowserThread::ID thread) {
416 actual_name = GetThreadName(actual_browser_thread);
419 result += GetThreadName(expected);
  /external/lldb/include/lldb/Host/
Host.h 285 GetThreadName (lldb::pid_t pid, lldb::tid_t tid);
  /external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
TestBreakpointConditions.py 154 self.assertTrue(breakpoint.GetThreadName() is None,
  /external/lldb/source/Host/freebsd/
Host.cpp 83 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid)
  /external/lldb/source/Core/
Log.cpp 115 std::string thread_name (Host::GetThreadName (getpid(), Host::GetCurrentThreadID()));
  /external/chromium_org/base/test/
trace_event_analyzer.h 623 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);
  /external/lldb/source/Breakpoint/
Breakpoint.cpp 254 Breakpoint::GetThreadName () const
BreakpointLocation.cpp 170 BreakpointLocation::GetThreadName () const
  /external/lldb/source/Host/linux/
Host.cpp 452 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid)
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.cpp 127 SetName(Host::GetThreadName(GetProcess()->GetID(), GetID()).c_str());

Completed in 871 milliseconds

1 2