Home
last modified time | relevance | path

Searched refs:ThreadPropertiesSP (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h60 typedef std::shared_ptr<ThreadProperties> ThreadPropertiesSP; typedef
152 static const ThreadPropertiesSP &GetGlobalProperties();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp58 const ThreadPropertiesSP &Thread::GetGlobalProperties() { in GetGlobalProperties()
61 static ThreadPropertiesSP *g_settings_sp_ptr = in GetGlobalProperties()
62 new ThreadPropertiesSP(new ThreadProperties(true)); in GetGlobalProperties()