Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_report.cpp71 const char *thread_name(char *buf, int tid) { in thread_name() function
168 (void *)mop->addr, thread_name(thrbuf, mop->tid)); in PrintMop()
175 (void *)mop->addr, thread_name(thrbuf, mop->tid)); in PrintMop()
204 thread_name(thrbuf, loc->tid)); in PrintLocation()
208 thread_name(thrbuf, loc->tid)); in PrintLocation()
212 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid)); in PrintLocation()
214 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid)); in PrintLocation()
217 loc->fd, thread_name(thrbuf, loc->tid)); in PrintLocation()
267 thread_name(thrbuf, rt->parent_tid)); in PrintThread()
340 Printf("%s:\n", thread_name(thrbuf, rep->unique_tids[i])); in PrintReport()
/freebsd-11-stable/contrib/jemalloc/src/
HDprof.c130 static char *prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name);
1309 (tdata->thread_name != NULL) ? " " : "", in prof_tdata_dump_iter()
1310 (tdata->thread_name != NULL) ? tdata->thread_name : "")) in prof_tdata_dump_iter()
1795 char *thread_name, bool active) in prof_tdata_init_impl() argument
1811 tdata->thread_name = thread_name; in prof_tdata_init_impl()
1881 if (tdata->thread_name != NULL) in prof_tdata_destroy_locked()
1882 idalloctm(tsdn, tdata->thread_name, NULL, true, true); in prof_tdata_destroy_locked()
1924 char *thread_name = (tdata->thread_name != NULL) ? in prof_tdata_reinit() local
1925 prof_thread_name_alloc(tsd_tsdn(tsd), tdata->thread_name) : NULL; in prof_tdata_reinit()
1930 thread_name, active)); in prof_tdata_reinit()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDThreadLauncher.h31 std::string thread_name; member
37 : thread_name(name ? name : ""), thread_fptr(fptr), thread_arg(arg) {} in HostThreadCreateInfo()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDCommunication.cpp200 char thread_name[1024]; in StartReadThread() local
201 snprintf(thread_name, sizeof(thread_name), "<lldb.comm.%s>", in StartReadThread()
207 thread_name, Communication::ReadThread, this); in StartReadThread()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDQueueItem.h122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel() argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDLog.cpp301 llvm::SmallString<32> thread_name; in WriteHeader() local
302 llvm::get_thread_name(thread_name); in WriteHeader()
306 format_os << "{0,-" << llvm::alignTo<16>(thread_name.size()) << "} "; in WriteHeader()
307 OS << llvm::formatv(format_str.c_str(), thread_name); in WriteHeader()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDHost.cpp111 char thread_name[256]; in StartMonitoringChildProcess() local
112 ::snprintf(thread_name, sizeof(thread_name), in StartMonitoringChildProcess()
115 thread_name, MonitorChildProcessThreadFunction, info_ptr, 0); in StartMonitoringChildProcess()
HDHostNativeThreadBase.cpp59 llvm::set_thread_name(info->thread_name); in ThreadCreateTrampoline()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
HDcallb.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-11-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
HDMemoryHistoryASan.cpp105 const char *thread_name, in CreateHistoryThreadFromValueObject() argument
142 thread_name_with_number << thread_name << " Thread " << tid; in CreateHistoryThreadFromValueObject()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocation.cpp148 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() argument
149 if (thread_name != nullptr) in SetThreadName()
150 GetLocationOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()
155 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()
HDBreakpoint.cpp380 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName() argument
382 ::strcmp(m_options_up->GetThreadSpec()->GetName(), thread_name) == 0) in SetThreadName()
385 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointLocation.cpp355 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() argument
357 thread_name); in SetThreadName()
363 loc_sp->SetThreadName(thread_name); in SetThreadName()
HDSBBreakpointName.cpp414 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName() argument
416 thread_name); in SetThreadName()
425 bp_name->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBBreakpointName.i77 void SetThreadName(const char *thread_name);
HDSBBreakpointLocation.i118 SetThreadName (const char *thread_name);
HDSBBreakpoint.i166 SetThreadName (const char *thread_name);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBBreakpointLocation.h75 void SetThreadName(const char *thread_name);
HDSBBreakpointName.h76 void SetThreadName(const char *thread_name);
HDSBBreakpoint.h85 void SetThreadName(const char *thread_name);
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
HDprof.h189 char *thread_name; member
309 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointLocation.h148 void SetThreadName(const char *thread_name);
/freebsd-11-stable/sys/dev/ocs_fc/
HDocs_xport.h61 char thread_name[64]; member
HDocs_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()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp543 const std::string thread_name = thread->GetName(); local
544 if (!thread_name.empty())
545 thread_obj.try_emplace("name", thread_name);
619 const std::string thread_name = thread->GetName(); local
620 if (!thread_name.empty()) {
621 size_t thread_name_len = thread_name.length();
623 if (::strcspn(thread_name.c_str(), "$#+-;:") == thread_name_len) {
625 response.PutCString(thread_name);
629 response.PutStringAsRawHex8(thread_name);

12