Home
last modified time | relevance | path

Searched defs:thread_name (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
DThreadLauncher.h31 std::string thread_name; member
/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()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp102 const char *thread_name, in CreateHistoryThreadFromValueObject()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DCommunication.cpp202 const std::string thread_name = in StartReadThread() local
DDebugger.cpp1579 llvm::StringRef thread_name = in StartEventHandlerThread() local
DIOHandlerCursesGUI.cpp5032 const char *thread_name = thread_sp->GetName(); in MenuDelegateAction() local
/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()
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dprof_structs.h148 char *thread_name; member
/freebsd-12-stable/contrib/jemalloc/src/
Dprof.c1904 char *thread_name, bool active) { in prof_tdata_init_impl()
2026 char *thread_name = (tdata->thread_name != NULL) ? in prof_tdata_reinit() local
2134 prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name) { in prof_thread_name_alloc()
2157 prof_thread_name_set(tsd_t *tsd, const char *thread_name) { in prof_thread_name_set()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp146 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName()
DBreakpoint.cpp370 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName()
/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
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DLog.cpp302 llvm::SmallString<32> thread_name; in WriteHeader() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp355 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName()
DSBBreakpointName.cpp415 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName()
DSBBreakpoint.cpp408 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DHost.cpp112 char thread_name[256]; in StartMonitoringChildProcess() local
/freebsd-12-stable/sys/dev/ocs_fc/
Docs_xport.h61 char thread_name[64]; member
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp729 const std::string thread_name = thread->GetName(); in GetJSONThreadsInfo() local
805 const std::string thread_name = thread->GetName(); in SendStopReplyPacketForThread() local
DProcessGDBRemote.cpp1727 uint8_t signo, const std::string &thread_name, const std::string &reason, in SetThreadStopInfo()
2019 std::string thread_name; in SetThreadStopInfo() local
2176 std::string thread_name; in SetThreadStopInfo() local
/freebsd-12-stable/sys/dev/ena/
Dena.c607 char thread_name[MAXCOMLEN + 1]; in ena_setup_tx_resources() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DProcess.cpp3489 char thread_name[1024]; in StartPrivateStateThread() local