HomeSort by relevance Sort by last modified time
    Searched defs:GetThreadName (Results 1 - 12 of 12) sorted by null

  /external/lldb/source/API/
SBBreakpointLocation.cpp 218 SBBreakpointLocation::GetThreadName () const
223 return m_opaque_sp->GetThreadName();
SBBreakpoint.cpp 431 SBBreakpoint::GetThreadName () const
443 log->Printf ("SBBreakpoint(%p)::GetThreadName () => %s", m_opaque_sp.get(), name);
  /external/lldb/source/Breakpoint/
BreakpointLocation.cpp 170 BreakpointLocation::GetThreadName () const
Breakpoint.cpp 254 Breakpoint::GetThreadName () const
  /external/lldb/source/Host/freebsd/
Host.cpp 83 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid)
  /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/source/Host/linux/
Host.cpp 452 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid)
  /art/runtime/
utils.cc 75 std::string GetThreadName(pid_t tid) {
    [all...]
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...]
debugger.cc     [all...]
  /external/chromium_org/base/test/
trace_event_analyzer.cc 813 const std::string& TraceAnalyzer::GetThreadName(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 179 static std::string GetThreadName() {
227 char* name = strdup((GetThreadName() + " - " + GetThreadId()).c_str());
    [all...]

Completed in 314 milliseconds