/external/jemalloc/test/unit/ |
D | prof_thread_name.c | 25 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/webrtc/webrtc/modules/utility/source/ |
D | process_thread_impl.cc | 40 const char* thread_name) { in Create() 44 ProcessThreadImpl::ProcessThreadImpl(const char* thread_name) in ProcessThreadImpl()
|
/external/valgrind/drd/tests/ |
D | thread_name.c | 23 char thread_name[32]; in thread_func() local
|
D | Makefile.am | 431 pth_barrier_thr_cr thread_name program
|
/external/libchrome/base/message_loop/ |
D | message_loop.h | 288 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/ |
D | event_timer_posix.cc | 156 const char* thread_name = "WebRtc_event_timer_thread"; in StartTimer() local
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.h | 101 mach_port_t thread_name) { in SetExceptionInformation()
|
D | exception_handler.cc | 354 mach_port_t thread_name, in WriteMinidumpWithException()
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | timeout_retry.py | 117 def _LogLastException(thread_name, attempt, max_attempts, log_func): argument
|
/external/libchrome/base/ |
D | tracked_objects.h | 230 std::string thread_name; member 514 const std::string& thread_name() const { return thread_name_; } in thread_name() function
|
D | tracked_objects_unittest.cc | 52 void TallyABirth(const Location& location, const std::string& thread_name) { in TallyABirth()
|
/external/libmicrohttpd/src/include/ |
D | w32functions.h | 199 static void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName()
|
/external/libchrome/base/threading/ |
D | thread.h | 172 const std::string& thread_name() const { return name_; } in thread_name() function
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 676 void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName()
|
/external/webrtc/webrtc/base/ |
D | platform_thread.cc | 96 const char* thread_name) in PlatformThread()
|
/external/jemalloc/src/ |
D | prof.c | 1724 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/ |
D | tsan_report.cc | 77 const char *thread_name(char *buf, int tid) { in thread_name() function
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 189 char *thread_name; member
|
/external/valgrind/coregrind/ |
D | pub_core_threadstate.h | 403 HChar *thread_name; member
|
/external/libchrome/base/trace_event/ |
D | trace_log.cc | 1377 std::string thread_name = thread_names_[thread_id]; in EventToConsoleMessage() local
|