Searched refs:is_thread_local_ (Results 1 – 2 of 2) sorted by relevance
354 uint8_t is_thread_local_; // True if this run is used as a thread-local run. variable396 is_thread_local_ = is_thread_local ? 1 : 0; in SetIsThreadLocal()399 return is_thread_local_ != 0; in IsThreadLocal()
865 << " is_thread_local=" << static_cast<int>(is_thread_local_) in Dump()1281 << " is_thread_local=" << run->is_thread_local_ in DumpPageMap()