Searched refs:HasBeenDestroyed (Results 1 – 5 of 5) sorted by relevance
33 static bool HasBeenDestroyed() { in HasBeenDestroyed() function in base::internal::ThreadLocalStorageTestInternal34 return ThreadLocalStorage::HasBeenDestroyed(); in HasBeenDestroyed()114 ASSERT_FALSE(internal::ThreadLocalStorageTestInternal::HasBeenDestroyed()); in Run()156 if (internal::ThreadLocalStorageTestInternal::HasBeenDestroyed()) { in ThreadLocalDestructor()
177 static bool HasBeenDestroyed();
318 bool ThreadLocalStorage::HasBeenDestroyed() { in HasBeenDestroyed() function in base::ThreadLocalStorage
294 if (UNLIKELY(base::ThreadLocalStorage::HasBeenDestroyed())) in RecordAlloc()385 if (UNLIKELY(base::ThreadLocalStorage::HasBeenDestroyed())) in DoRecordFree()
867 if (base::ThreadLocalStorage::HasBeenDestroyed()) in GetOrCreateTracker()