Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Host/
HDThreadLauncher.h31 std::string thread_name; member
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
HDThreadFreeBSDKernel.cpp28 std::string thread_name) in ThreadFreeBSDKernel()
HDProcessFreeBSDKernel.cpp218 char thread_name[fbsd_maxcomlen + 1]; in DoUpdateThreadList() local
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDQueueItem.h122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
HDMemoryHistoryASan.cpp95 const char *thread_name, in CreateHistoryThreadFromValueObject()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDThreadedCommunication.cpp170 const std::string thread_name = in StartReadThread() local
HDDebugger.cpp1999 llvm::StringRef thread_name = in StartEventHandlerThread() local
HDIOHandlerCursesGUI.cpp6551 const char *thread_name = thread_sp->GetName(); in MenuDelegateAction() local
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedThread.cpp93 std::optional<std::string> thread_name = GetInterface()->GetName(); in GetName() local
/freebsd-head/contrib/jemalloc/include/jemalloc/internal/
HDprof_structs.h148 char *thread_name; member
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_report.cpp55 const char *thread_name(char *buf, Tid tid) { in thread_name() function
/freebsd-head/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocation.cpp138 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName()
HDBreakpoint.cpp366 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName()
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBBreakpointLocation.cpp353 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName()
HDSBBreakpointName.cpp404 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName()
HDSBBreakpoint.cpp398 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName()
/freebsd-head/contrib/jemalloc/src/
HDprof.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-head/contrib/llvm-project/lldb/source/Host/common/
HDHost.cpp135 char thread_name[256]; in StartMonitoringChildProcess() local
/freebsd-head/contrib/llvm-project/lldb/source/Utility/
HDLog.cpp340 llvm::SmallString<32> thread_name; in WriteHeader() local
/freebsd-head/sys/dev/ocs_fc/
HDocs_xport.h59 char thread_name[64]; member
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp765 const std::string thread_name = thread.GetName(); in GetJSONThreadsInfo() local
835 const std::string thread_name = thread.GetName(); in PrepareStopReplyPacketForThread() local
HDProcessGDBRemote.cpp1652 uint8_t signo, const std::string &thread_name, const std::string &reason, in SetThreadStopInfo()
1984 std::string thread_name; in SetThreadStopInfo() local
2143 std::string thread_name; in SetThreadStopInfo() local
/freebsd-head/sys/dev/ena/
HDena.c638 char thread_name[MAXCOMLEN + 1]; in ena_setup_tx_resources() local
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp3764 char thread_name[1024]; in StartPrivateStateThread() local