Searched defs:DeathMap (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dtracked_objects.h471 typedef std::map<const Births*, DeathData> DeathMap; typedef in class:tracked_objects::ThreadData
510 void SnapshotDeathMap(DeathMap *output) const;
608 DeathMap death_map_;
610 // Lock to protect *some* access to BirthMap and DeathMap. The maps are

Completed in 320 milliseconds