Home | History | Annotate | Download | only in base

Lines Matching refs:base

5 #include "base/tracked_objects.h"
9 #include "base/format_macros.h"
10 #include "base/message_loop.h"
11 #include "base/string_util.h"
12 #include "base/stringprintf.h"
13 #include "base/threading/thread_restrictions.h"
15 using base::TimeDelta;
21 base::ThreadLocalStorage::Slot ThreadData::tls_index_(base::LINKER_INITIALIZED);
59 base::StringAppendF(output, "(1)Life in %dms ", AverageMsDuration());
61 base::StringAppendF(output, "(%d)Lives %dms/life ",
88 base::Lock ThreadData::list_lock_;
97 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton;
114 base::AutoLock lock(list_lock_);
274 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton;
288 base::AutoLock lock(lock_);
297 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton;
308 base::AutoLock lock(lock_); // Lock since the map may get relocated now.
314 base::AutoLock lock(list_lock_);
326 base::AutoLock lock(lock_);
334 base::AutoLock lock(lock_);
351 base::AutoLock lock(lock_);
375 base::Lock lock_; // protect access to remaining_count_.
385 base::AutoLock lock(lock_);
464 base::AutoLock lock(list_lock_);
469 base::AutoLock lock(list_lock_);
507 base::AutoLock lock(list_lock_);
563 base::StringAppendF(output, "%s->%s ",
617 base::AutoLock lock(accumulation_lock_);
683 base::StringAppendF(output, "%" PRIuS " Locations. ", locations_.size());
685 base::StringAppendF(output, "%" PRIuS " Files. ", birth_files_.size());
687 base::StringAppendF(output, "All born in %s. ",
693 base::StringAppendF(output, "%" PRIuS " BirthingThreads. ",
696 base::StringAppendF(output, "All born on %s. ",
701 base::StringAppendF(output, "%" PRIuS " DeathThreads. ",
705 base::StringAppendF(output, "All deleted on %s. ",
713 base::StringAppendF(output, "Births=%d ", birth_count_);
1007 base::StringAppendF(output, "All new on %s ",
1014 base::StringAppendF(output, "All deleted on %s ",
1023 base::StringAppendF(output, "All born in %s ",
1047 base::StringAppendF(output, "%s->%s ",