Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DHexagonDYLDRendezvous.h50 struct ThreadInfo { struct
111 const ThreadInfo &GetThreadInfo();
206 ThreadInfo m_thread_info;
DHexagonDYLDRendezvous.cpp317 const HexagonDYLDRendezvous::ThreadInfo &
DDynamicLoaderHexagonDYLD.cpp567 const HexagonDYLDRendezvous::ThreadInfo &metadata = in GetThreadLocalData()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.h59 struct ThreadInfo { struct
115 const ThreadInfo &GetThreadInfo();
214 ThreadInfo m_thread_info;
DDYLDRendezvous.cpp623 const DYLDRendezvous::ThreadInfo &DYLDRendezvous::GetThreadInfo() { in GetThreadInfo()
DDynamicLoaderPOSIXDYLD.cpp743 const DYLDRendezvous::ThreadInfo &metadata = m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DThreadInfo.h13 namespace ThreadInfo {
DMachThreadList.h47 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
DMachThread.h116 ThreadInfo::QoS GetRequestedQoS(nub_addr_t tsd, uint64_t dti_qos_class_index);
DMachThreadList.cpp45 ThreadInfo::QoS MachThreadList::GetRequestedQoS(nub_thread_t tid, in GetRequestedQoS()
51 return ThreadInfo::QoS(); in GetRequestedQoS()
DMachThread.cpp730 ThreadInfo::QoS MachThread::GetRequestedQoS(nub_addr_t tsd, in GetRequestedQoS()
732 ThreadInfo::QoS qos_value; in GetRequestedQoS()
DMachProcess.h234 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
DMachProcess.mm611 ThreadInfo::QoS MachProcess::GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DFormatEntity.h69 ThreadInfo, enumerator
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNB.h203 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid,
DDNB.cpp978 ThreadInfo::QoS DNBGetRequestedQoSForThread(nub_process_t pid, nub_thread_t tid, in DNBGetRequestedQoSForThread()
985 return ThreadInfo::QoS(); in DNBGetRequestedQoSForThread()
DRNBRemote.cpp5819 ThreadInfo::QoS requested_qos = DNBGetRequestedQoSForThread( in HandlePacket_jThreadExtendedInfo()
/openbsd/src/gnu/llvm/lldb/source/Core/
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/
DChangeLog2308 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
Dgdb.texinfo20733 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20734 sequence will be the @code{qs}@code{ThreadInfo} query.