Searched refs:ThreadProperties (Results 1 – 2 of 2) sorted by relevance
35 class ThreadProperties : public Properties {37 ThreadProperties(bool is_global);39 ~ThreadProperties() override;62 public ThreadProperties,151 static ThreadProperties &GetGlobalProperties();
61 ThreadProperties &Thread::GetGlobalProperties() { in GetGlobalProperties()64 static ThreadProperties *g_settings_ptr = new ThreadProperties(true); in GetGlobalProperties()101 ThreadProperties::ThreadProperties(bool is_global) : Properties() { in ThreadProperties() function in ThreadProperties111 ThreadProperties::~ThreadProperties() = default;113 const RegularExpression *ThreadProperties::GetSymbolsToAvoidRegexp() { in GetSymbolsToAvoidRegexp()118 FileSpecList ThreadProperties::GetLibrariesToAvoid() const { in GetLibrariesToAvoid()127 bool ThreadProperties::GetTraceEnabledState() const { in GetTraceEnabledState()133 bool ThreadProperties::GetStepInAvoidsNoDebug() const { in GetStepInAvoidsNoDebug()139 bool ThreadProperties::GetStepOutAvoidsNoDebug() const { in GetStepOutAvoidsNoDebug()145 uint64_t ThreadProperties::GetMaxBacktraceDepth() const { in GetMaxBacktraceDepth()[all …]