Home
last modified time | relevance | path

Searched refs:SetThreadName (Results 1 – 25 of 27) sorted by relevance

12

/external/webrtc/src/system_wrappers/source/
Dset_thread_name_win.h25 void SetThreadName(DWORD dwThreadID, LPCSTR szThreadName) in SetThreadName() function
Dthread_win.cc192 SetThreadName(-1, _name); // -1, set thread name for the calling thread. in Run()
/external/lldb/test/python_api/default-constructor/
Dsb_breakpointlocation.py19 obj.SetThreadName("worker thread")
Dsb_breakpoint.py26 obj.SetThreadName("worker thread")
/external/lldb/source/API/
DSBBreakpointLocation.cpp208 SBBreakpointLocation::SetThreadName (const char *thread_name) in SetThreadName() function in SBBreakpointLocation
213 m_opaque_sp->SetThreadName (thread_name); in SetThreadName()
DSBBreakpoint.cpp417 SBBreakpoint::SetThreadName (const char *thread_name) in SetThreadName() function in SBBreakpoint
/external/lldb/scripts/Python/interface/
DSBBreakpointLocation.i86 SetThreadName (const char *thread_name);
DSBBreakpoint.i169 SetThreadName (const char *thread_name);
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h74 SetThreadName (const char *thread_name);
DSBBreakpoint.h107 SetThreadName (const char *thread_name);
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc99 registry->SetThreadName(6, "six"); in TestRegistry()
100 registry->SetThreadName(7, "seven"); in TestRegistry()
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h205 SetThreadName (const char *thread_name);
DBreakpoint.h395 SetThreadName (const char *thread_name);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h112 void SetThreadName(u32 tid, const char *name);
Dsanitizer_thread_registry.cc200 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
/external/v8/src/base/platform/
Dplatform-posix.cc477 static void SetThreadName(const char* name) { in SetThreadName() function
510 SetThreadName(thread->name()); in ThreadEntry()
/external/lldb/include/lldb/Host/
DHost.h304 SetThreadName (lldb::pid_t pid, lldb::tid_t tid, const char *name);
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc115 void SetThreadName(const char *name) { in SetThreadName() function
118 asanThreadRegistry().SetThreadName(t->tid(), name); in SetThreadName()
165 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
/external/lldb/source/Host/freebsd/
DHost.cpp53 Host::SetThreadName (LLDB_INVALID_PROCESS_ID, LLDB_INVALID_THREAD_ID, thread_name); in FreeBSDThread()
/external/lldb/source/Host/linux/
DHost.cpp445 if (!Host::SetThreadName (LLDB_INVALID_PROCESS_ID, LLDB_INVALID_THREAD_ID, thread_name)) in ThreadCreated()
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp155 BreakpointLocation::SetThreadName (const char *thread_name) in SetThreadName() function in BreakpointLocation
DBreakpoint.cpp243 Breakpoint::SetThreadName (const char *thread_name) in SetThreadName() function in Breakpoint
/external/lldb/source/Host/common/
DHost.cpp637 Host::SetThreadName (lldb::pid_t pid, lldb::tid_t tid, const char *name) in SetThreadName() function in Host
724 return Host::SetThreadName (pid, tid, namebuf); in SetShortThreadName()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc325 ctx->thread_registry->SetThreadName(thr->tid, name); in ThreadSetName()
/external/lldb/source/Commands/
DCommandObjectBreakpoint.cpp939 location->SetThreadName(m_options.m_thread_name.c_str()); in DoExecute()
963 bp->SetThreadName(m_options.m_thread_name.c_str()); in DoExecute()

12