Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DThreading.inc26 struct ThreadInfo {
33 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param);
41 struct ThreadInfo param = { Fn, UserData };
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h53 struct ThreadInfo { struct
114 const ThreadInfo &GetThreadInfo();
209 ThreadInfo m_thread_info;
H A DHexagonDYLDRendezvous.cpp315 const HexagonDYLDRendezvous::ThreadInfo &
H A DDynamicLoaderHexagonDYLD.cpp578 const HexagonDYLDRendezvous::ThreadInfo &metadata = in GetThreadLocalData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h54 struct ThreadInfo { struct
107 const ThreadInfo &GetThreadInfo();
203 ThreadInfo m_thread_info;
H A DDYLDRendezvous.cpp549 const DYLDRendezvous::ThreadInfo &DYLDRendezvous::GetThreadInfo() { in GetThreadInfo()
H A DDynamicLoaderPOSIXDYLD.cpp670 const DYLDRendezvous::ThreadInfo &metadata = m_rendezvous.GetThreadInfo(); in GetThreadLocalData()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DThreading.inc45 struct ThreadInfo {
52 ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg);
59 ThreadInfo Info = { Fn, UserData };
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h77ThreadInfo::QoS GetRequestedQoS (nub_thread_t tid, nub_addr_t tsd, uint64_t dti_qos_class_index);
H A DNativeThreadListDarwin.cpp63 ThreadInfo::QoS
69 return ThreadInfo::QoS();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h78 ThreadInfo, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp175 ENTRY_CHILDREN("info", ThreadInfo, None, g_string_entry),
348 ENUM_TO_CSTR(ThreadInfo); in TypeToCString()
1344 case Entry::Type::ThreadInfo: in Format()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-32300 first query of the sequence will be the `qf'`ThreadInfo' query;
2301 subsequent queries in the sequence will be the `qs'`ThreadInfo'
H A Dgdb.texinfo20319 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20320 sequence will be the @code{qs}@code{ThreadInfo} query.