Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h31 std::string thread_name; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp28 std::string thread_name) in ThreadFreeBSDKernel()
H A DProcessFreeBSDKernel.cpp217 char thread_name[fbsd_maxcomlen + 1]; in DoUpdateThreadList() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel()
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp95 const char *thread_name, in CreateHistoryThreadFromValueObject()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp170 const std::string thread_name = in StartReadThread() local
H A DDebugger.cpp1958 llvm::StringRef thread_name = in StartEventHandlerThread() local
H A DIOHandlerCursesGUI.cpp6551 const char *thread_name = thread_sp->GetName(); in MenuDelegateAction() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp93 std::optional<std::string> thread_name = GetInterface()->GetName(); in GetName() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h148 char *thread_name; member
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp55 const char *thread_name(char *buf, Tid tid) { in thread_name() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp146 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName()
H A DBreakpoint.cpp369 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp353 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName()
H A DSBBreakpointName.cpp404 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName()
H A DSBBreakpoint.cpp398 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp102 char thread_name[256]; in StartMonitoringChildProcess() local
/freebsd/contrib/jemalloc/src/
H A Dprof.c2202 char *thread_name, bool active) { in prof_tdata_init_impl()
2324 char *thread_name = (tdata->thread_name != NULL) ? in prof_tdata_reinit() local
2794 prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name) { in prof_thread_name_alloc()
2817 prof_thread_name_set(tsd_t *tsd, const char *thread_name) { in prof_thread_name_set()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp339 llvm::SmallString<32> thread_name; in WriteHeader() local
/freebsd/sys/dev/ocs_fc/
H A Docs_xport.h59 char thread_name[64]; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp765 const std::string thread_name = thread.GetName(); in GetJSONThreadsInfo() local
835 const std::string thread_name = thread.GetName(); in PrepareStopReplyPacketForThread() local
H A DProcessGDBRemote.cpp1632 uint8_t signo, const std::string &thread_name, const std::string &reason, in SetThreadStopInfo()
1963 std::string thread_name; in SetThreadStopInfo() local
2122 std::string thread_name; in SetThreadStopInfo() local
/freebsd/sys/dev/ena/
H A Dena.c607 char thread_name[MAXCOMLEN + 1]; in ena_setup_tx_resources() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3577 char thread_name[1024]; in StartPrivateStateThread() local