Home
last modified time | relevance | path

Searched refs:ThreadInfo (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h50 struct ThreadInfo { struct
111 const ThreadInfo &GetThreadInfo();
206 ThreadInfo m_thread_info;
H A DHexagonDYLDRendezvous.cpp317 const HexagonDYLDRendezvous::ThreadInfo &
H A DDynamicLoaderHexagonDYLD.cpp567 const HexagonDYLDRendezvous::ThreadInfo &metadata = in GetThreadLocalData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h59 struct ThreadInfo { struct
115 const ThreadInfo &GetThreadInfo();
214 ThreadInfo m_thread_info;
H A DDYLDRendezvous.cpp623 const DYLDRendezvous::ThreadInfo &DYLDRendezvous::GetThreadInfo() { in GetThreadInfo()
H A DDynamicLoaderPOSIXDYLD.cpp743 const DYLDRendezvous::ThreadInfo &metadata = m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DThreadInfo.h13 namespace ThreadInfo {
H A DMachThreadList.h47 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
H A DMachThread.h116 ThreadInfo::QoS GetRequestedQoS(nub_addr_t tsd, uint64_t dti_qos_class_index);
H A DMachThreadList.cpp45 ThreadInfo::QoS MachThreadList::GetRequestedQoS(nub_thread_t tid, in GetRequestedQoS()
51 return ThreadInfo::QoS(); in GetRequestedQoS()
H A DMachThread.cpp730 ThreadInfo::QoS MachThread::GetRequestedQoS(nub_addr_t tsd, in GetRequestedQoS()
732 ThreadInfo::QoS qos_value; in GetRequestedQoS()
H A DMachProcess.h234 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
H A DMachProcess.mm611 ThreadInfo::QoS MachProcess::GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h69 ThreadInfo, enumerator
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.h203 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid,
H A DDNB.cpp978 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid, in DNBGetRequestedQoSForThread()
985 return ThreadInfo::QoS(); in DNBGetRequestedQoSForThread()
H A DRNBRemote.cpp5819 ThreadInfo::QoS requested_qos = DNBGetRequestedQoSForThread( in HandlePacket_jThreadExtendedInfo()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp154 Entry::DefinitionWithChildren("info", EntryType::ThreadInfo,
329 ENUM_TO_CSTR(ThreadInfo); in TypeToCString()
1390 case Entry::Type::ThreadInfo: in Format()
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A DChangeLog2308 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.