Home | History | Annotate | Download | only in base

Lines Matching refs:BirthOnThread

59 // BirthOnThread) references to the static data provided in a Location instance,
66 // Since the base class BirthOnThread contains only constant data, it can be
199 class BASE_EXPORT BirthOnThread {
201 BirthOnThread(const Location& location, const ThreadData& current);
216 DISALLOW_COPY_AND_ASSIGN(BirthOnThread);
220 // A "snapshotted" representation of the BirthOnThread class.
224 explicit BirthOnThreadSnapshot(const BirthOnThread& birth);
234 class BASE_EXPORT Births: public BirthOnThread {
337 TaskSnapshot(const BirthOnThread& birth,
499 typedef std::map<const BirthOnThread*, int> BirthCountMap;