Lines Matching refs:ThreadProperties
61 new ThreadPropertiesSP(new ThreadProperties(true)); in GetGlobalProperties()
100 ThreadOptionValueProperties(ThreadProperties *global_properties) in ThreadOptionValueProperties()
123 ThreadProperties::ThreadProperties(bool is_global) : Properties() { in ThreadProperties() function in ThreadProperties
133 ThreadProperties::~ThreadProperties() = default;
135 const RegularExpression *ThreadProperties::GetSymbolsToAvoidRegexp() { in GetSymbolsToAvoidRegexp()
140 FileSpecList &ThreadProperties::GetLibrariesToAvoid() const { in GetLibrariesToAvoid()
149 bool ThreadProperties::GetTraceEnabledState() const { in GetTraceEnabledState()
155 bool ThreadProperties::GetStepInAvoidsNoDebug() const { in GetStepInAvoidsNoDebug()
161 bool ThreadProperties::GetStepOutAvoidsNoDebug() const { in GetStepOutAvoidsNoDebug()
167 uint64_t ThreadProperties::GetMaxBacktraceDepth() const { in GetMaxBacktraceDepth()
246 : ThreadProperties(false), UserID(tid), in Thread()