| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_report.cpp | 71 const char *thread_name(char *buf, int tid) { in thread_name() function 169 (void *)mop->addr, thread_name(thrbuf, mop->tid)); in PrintMop() 176 (void *)mop->addr, thread_name(thrbuf, mop->tid)); in PrintMop() 205 thread_name(thrbuf, loc->tid)); in PrintLocation() 209 thread_name(thrbuf, loc->tid)); in PrintLocation() 213 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid)); in PrintLocation() 215 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid)); in PrintLocation() 218 loc->fd, thread_name(thrbuf, loc->tid)); in PrintLocation() 268 thread_name(thrbuf, rt->parent_tid)); in PrintThread() 341 Printf("%s:\n", thread_name(thrbuf, rep->unique_tids[i])); in PrintReport()
|
| /freebsd-12-stable/contrib/jemalloc/src/ |
| D | prof.c | 146 static char *prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name); 1318 (tdata->thread_name != NULL) ? " " : "", in prof_tdata_dump_iter() 1319 (tdata->thread_name != NULL) ? tdata->thread_name : "")) { in prof_tdata_dump_iter() 1904 char *thread_name, bool active) { in prof_tdata_init_impl() argument 1920 tdata->thread_name = thread_name; in prof_tdata_init_impl() 1982 if (tdata->thread_name != NULL) { in prof_tdata_destroy_locked() 1983 idalloctm(tsd_tsdn(tsd), tdata->thread_name, NULL, NULL, true, in prof_tdata_destroy_locked() 2026 char *thread_name = (tdata->thread_name != NULL) ? in prof_tdata_reinit() local 2027 prof_thread_name_alloc(tsd_tsdn(tsd), tdata->thread_name) : NULL; in prof_tdata_reinit() 2031 return prof_tdata_init_impl(tsd, thr_uid, thr_discrim, thread_name, in prof_tdata_reinit() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/ |
| D | ThreadLauncher.h | 31 std::string thread_name; member 37 : thread_name(name ? name : ""), thread_fptr(fptr), thread_arg(arg) {} in HostThreadCreateInfo()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| D | QueueItem.h | 122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel() argument
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | Log.cpp | 302 llvm::SmallString<32> thread_name; in WriteHeader() local 303 llvm::get_thread_name(thread_name); in WriteHeader() 307 format_os << "{0,-" << llvm::alignTo<16>(thread_name.size()) << "} "; in WriteHeader() 308 OS << llvm::formatv(format_str.c_str(), thread_name); in WriteHeader()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/os/ |
| D | callb.c | 378 callb_is_stopped(kthread_id_t tp, caddr_t *thread_name) in callb_is_stopped() argument 398 *thread_name = cp->c_name; /* in case not stopped */ in callb_is_stopped() 429 *thread_name = sym ? sym : "*unknown*"; in callb_is_stopped()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| D | MemoryHistoryASan.cpp | 102 const char *thread_name, in CreateHistoryThreadFromValueObject() argument 144 thread_name_with_number << thread_name << " Thread " << tid; in CreateHistoryThreadFromValueObject()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/ |
| D | Host.cpp | 112 char thread_name[256]; in StartMonitoringChildProcess() local 113 ::snprintf(thread_name, sizeof(thread_name), in StartMonitoringChildProcess() 116 thread_name, MonitorChildProcessThreadFunction, info_ptr, 0); in StartMonitoringChildProcess()
|
| D | HostNativeThreadBase.cpp | 56 llvm::set_thread_name(info->thread_name); in ThreadCreateTrampoline()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| D | BreakpointLocation.cpp | 146 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() argument 147 if (thread_name != nullptr) in SetThreadName() 148 GetLocationOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName() 153 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()
|
| D | Breakpoint.cpp | 370 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName() argument 372 ::strcmp(m_options.GetThreadSpec()->GetName(), thread_name) == 0) in SetThreadName() 375 m_options.GetThreadSpec()->SetName(thread_name); in SetThreadName()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/ |
| D | SBBreakpointName.i | 77 void SetThreadName(const char *thread_name);
|
| D | SBBreakpointLocation.i | 118 SetThreadName (const char *thread_name);
|
| D | SBBreakpoint.i | 169 SetThreadName (const char *thread_name);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBBreakpointLocation.cpp | 355 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() argument 357 thread_name); in SetThreadName() 363 loc_sp->SetThreadName(thread_name); in SetThreadName()
|
| D | SBBreakpointName.cpp | 415 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName() argument 417 thread_name); in SetThreadName() 426 bp_name->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | prof_structs.h | 148 char *thread_name; member
|
| D | prof_externs.h | 76 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| D | SBBreakpointLocation.h | 75 void SetThreadName(const char *thread_name);
|
| D | SBBreakpointName.h | 76 void SetThreadName(const char *thread_name);
|
| D | SBBreakpoint.h | 87 void SetThreadName(const char *thread_name);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | Communication.cpp | 202 const std::string thread_name = in StartReadThread() local 208 thread_name, Communication::ReadThread, this); in StartReadThread()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| D | BreakpointLocation.h | 150 void SetThreadName(const char *thread_name);
|
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | ocs_xport.h | 61 char thread_name[64]; member
|
| D | ocs_xport.c | 157 ocs_snprintf(xport->rq_thread_info[i].thread_name, in ocs_xport_rq_threads_create() 158 sizeof(xport->rq_thread_info[i].thread_name), in ocs_xport_rq_threads_create() 161 xport->rq_thread_info[i].thread_name, in ocs_xport_rq_threads_create()
|