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. variable395 is_thread_local_ = is_thread_local ? 1 : 0; in SetIsThreadLocal()398 return is_thread_local_ != 0; in IsThreadLocal()
862 << " is_thread_local=" << static_cast<int>(is_thread_local_) in Dump()1278 << " is_thread_local=" << run->is_thread_local_ in DumpPageMap()