Home
last modified time | relevance | path

Searched refs:thread_name (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_report.cpp71 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/
Dprof.c146 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/
DThreadLauncher.h31 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/
DQueueItem.h122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel() argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DLog.cpp302 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/
Dcallb.c378 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/
DMemoryHistoryASan.cpp102 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/
DHost.cpp112 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()
DHostNativeThreadBase.cpp56 llvm::set_thread_name(info->thread_name); in ThreadCreateTrampoline()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp146 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()
DBreakpoint.cpp370 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/
DSBBreakpointName.i77 void SetThreadName(const char *thread_name);
DSBBreakpointLocation.i118 SetThreadName (const char *thread_name);
DSBBreakpoint.i169 SetThreadName (const char *thread_name);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp355 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() argument
357 thread_name); in SetThreadName()
363 loc_sp->SetThreadName(thread_name); in SetThreadName()
DSBBreakpointName.cpp415 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/
Dprof_structs.h148 char *thread_name; member
Dprof_externs.h76 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBBreakpointLocation.h75 void SetThreadName(const char *thread_name);
DSBBreakpointName.h76 void SetThreadName(const char *thread_name);
DSBBreakpoint.h87 void SetThreadName(const char *thread_name);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DCommunication.cpp202 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/
DBreakpointLocation.h150 void SetThreadName(const char *thread_name);
/freebsd-12-stable/sys/dev/ocs_fc/
Docs_xport.h61 char thread_name[64]; member
Docs_xport.c157 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()

12