Home
last modified time | relevance | path

Searched defs:GetThreadName (Results 1 – 12 of 12) sorted by relevance

/external/perfetto/include/perfetto/ext/base/
Dthread_utils.h59 inline bool GetThreadName(std::string& out_result) { in GetThreadName() function
/external/perfetto/src/trace_processor/importers/proto/
Dchrome_string_lookup.cc197 StringId ChromeStringLookup::GetThreadName(int32_t thread_type) const { in GetThreadName() function in perfetto::trace_processor::ChromeStringLookup
/external/webrtc/sdk/android/src/jni/
Djvm.cc98 static std::string GetThreadName() { in GetThreadName() function
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DHistoryThread.h66 const char *GetThreadName() { return m_thread_name.c_str(); } in GetThreadName() function
/external/libchrome/base/debug/
Dactivity_analyzer.h89 const std::string& GetThreadName() { in GetThreadName() function
/external/libchrome/base/message_loop/
Dmessage_loop.cc372 std::string MessageLoop::GetThreadName() const { in GetThreadName() function in base::MessageLoop
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp159 const char *BreakpointLocation::GetThreadName() const { in GetThreadName() function in BreakpointLocation
DBreakpoint.cpp396 const char *Breakpoint::GetThreadName() const { in GetThreadName() function in Breakpoint
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp367 const char *SBBreakpointLocation::GetThreadName() const { in GetThreadName() function in SBBreakpointLocation
DSBBreakpointName.cpp430 const char *SBBreakpointName::GetThreadName() const { in GetThreadName() function in SBBreakpointName
DSBBreakpoint.cpp421 const char *SBBreakpoint::GetThreadName() const { in GetThreadName() function in SBBreakpoint
/external/libchrome/base/test/
Dtrace_event_analyzer.cc886 const std::string& TraceAnalyzer::GetThreadName( in GetThreadName() function in trace_analyzer::TraceAnalyzer