Searched refs:ThreadLocalRef (Results 1 – 2 of 2) sorted by relevance
197 bool ThreadLocalRef : 1; variable236 this->ThreadLocalRef = false;276 bool isThreadLocalRef() const { return ThreadLocalRef; } in isThreadLocalRef()277 void setThreadLocalRef(bool Value) { ThreadLocalRef = Value;} in setThreadLocalRef()
213 bool ThreadLocalRef : 1; variable248 this->ThreadLocalRef = false; in Initialize()284 bool isThreadLocalRef() const { return ThreadLocalRef; } in isThreadLocalRef()285 void setThreadLocalRef(bool Value) { ThreadLocalRef = Value;} in setThreadLocalRef()