| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_report.cpp | 71 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/ |
| HD | prof.c | 130 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/ |
| HD | ThreadLauncher.h | 31 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/ |
| HD | Communication.cpp | 200 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/ |
| HD | QueueItem.h | 122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel() argument
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/ |
| HD | Log.cpp | 301 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/ |
| HD | Host.cpp | 111 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()
|
| HD | HostNativeThreadBase.cpp | 59 llvm::set_thread_name(info->thread_name); in ThreadCreateTrampoline()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/ |
| HD | 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-11-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| HD | MemoryHistoryASan.cpp | 105 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/ |
| HD | BreakpointLocation.cpp | 148 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()
|
| HD | Breakpoint.cpp | 380 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/ |
| HD | 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()
|
| HD | SBBreakpointName.cpp | 414 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/ |
| HD | SBBreakpointName.i | 77 void SetThreadName(const char *thread_name);
|
| HD | SBBreakpointLocation.i | 118 SetThreadName (const char *thread_name);
|
| HD | SBBreakpoint.i | 166 SetThreadName (const char *thread_name);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBBreakpointLocation.h | 75 void SetThreadName(const char *thread_name);
|
| HD | SBBreakpointName.h | 76 void SetThreadName(const char *thread_name);
|
| HD | SBBreakpoint.h | 85 void SetThreadName(const char *thread_name);
|
| /freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/ |
| HD | prof.h | 189 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/ |
| HD | BreakpointLocation.h | 148 void SetThreadName(const char *thread_name);
|
| /freebsd-11-stable/sys/dev/ocs_fc/ |
| HD | ocs_xport.h | 61 char thread_name[64]; member
|
| HD | 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()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServerLLGS.cpp | 543 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);
|