Home
last modified time | relevance | path

Searched defs:thread_name (Results 1 – 25 of 32) sorted by relevance

12

/external/jemalloc/test/unit/
Dprof_thread_name.c25 mallctl_thread_name_set_impl(const char *thread_name, const char *func, in mallctl_thread_name_set_impl()
40 const char *thread_name; in TEST_BEGIN() local
83 char thread_name[16] = ""; in thd_start() local
/external/lldb/source/Host/freebsd/
DHost.cpp51 FreeBSDThread(const char *thread_name) in FreeBSDThread()
71 Host::ThreadCreated (const char *thread_name) in ThreadCreated()
85 std::string thread_name; in GetThreadName() local
/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl.cc40 const char* thread_name) { in Create()
44 ProcessThreadImpl::ProcessThreadImpl(const char* thread_name) in ProcessThreadImpl()
/external/valgrind/drd/tests/
Dthread_name.c23 char thread_name[32]; in thread_func() local
DMakefile.am431 pth_barrier_thr_cr thread_name program
/external/libchrome/base/message_loop/
Dmessage_loop.h288 void set_thread_name(const std::string& thread_name) { in set_thread_name()
292 const std::string& thread_name() const { return thread_name_; } in thread_name() function
/external/webrtc/webrtc/system_wrappers/source/
Devent_timer_posix.cc156 const char* thread_name = "WebRtc_event_timer_thread"; in StartTimer() local
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h101 mach_port_t thread_name) { in SetExceptionInformation()
Dexception_handler.cc354 mach_port_t thread_name, in WriteMinidumpWithException()
/external/lldb/source/Host/common/
DHost.cpp98 char thread_name[256]; in StartMonitoringChildProcess() local
532 Host::ThreadCreated (const char *thread_name) in ThreadCreated()
553 std::string thread_name; member
584 const char *thread_name, in ThreadCreate()
700 const char *thread_name, size_t len) in SetShortThreadName()
/external/libchrome/base/
Dtracked_objects.h230 std::string thread_name; member
514 const std::string& thread_name() const { return thread_name_; } in thread_name() function
/external/libmicrohttpd/src/include/
Dw32functions.h199 static void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName()
/external/libchrome/base/threading/
Dthread.h172 const std::string& thread_name() const { return name_; } in thread_name() function
/external/libmicrohttpd/src/platform/
Dw32functions.c676 void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName()
/external/webrtc/webrtc/base/
Dplatform_thread.cc96 const char* thread_name) in PlatformThread()
/external/lldb/source/Host/linux/
DHost.cpp443 Host::ThreadCreated (const char *thread_name) in ThreadCreated()
463 std::string thread_name(comm_str, length); in GetThreadName() local
/external/lldb/source/API/
DSBBreakpointLocation.cpp208 SBBreakpointLocation::SetThreadName (const char *thread_name) in SetThreadName()
DSBBreakpoint.cpp417 SBBreakpoint::SetThreadName (const char *thread_name) in SetThreadName()
/external/lldb/source/Core/
DCommunication.cpp242 char thread_name[1024]; in StartReadThread() local
DLog.cpp115 std::string thread_name (Host::GetThreadName (getpid(), Host::GetCurrentThreadID())); in PrintfWithFlagsVarArg() local
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp155 BreakpointLocation::SetThreadName (const char *thread_name) in SetThreadName()
DBreakpoint.cpp243 Breakpoint::SetThreadName (const char *thread_name) in SetThreadName()
/external/jemalloc/src/
Dprof.c1724 char *thread_name, bool active) in prof_tdata_init_impl()
1844 char *thread_name = (tdata->thread_name != NULL) ? in prof_tdata_reinit() local
1954 prof_thread_name_alloc(tsd_t *tsd, const char *thread_name) in prof_thread_name_alloc()
1975 prof_thread_name_set(tsd_t *tsd, const char *thread_name) in prof_thread_name_set()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc77 const char *thread_name(char *buf, int tid) { in thread_name() function
/external/jemalloc/include/jemalloc/internal/
Dprof.h189 char *thread_name; member

12