Home | History | Annotate | Download | only in base

Lines Matching full:births

53     Births* birth = ThreadData::TallyABirthIfActive(location);
56 EXPECT_EQ(reinterpret_cast<Births*>(NULL), birth);
58 EXPECT_NE(reinterpret_cast<Births*>(NULL), birth);
145 Births* first_birth = ThreadData::TallyABirthIfActive(location);
179 EXPECT_EQ(2, birth_map.begin()->second->birth_count()); // 2 births.
190 // The births were at the same location as the one known death.
364 // our tallied births are matched by tallied deaths (except for when the
382 // Turn off tracking now that we have births.
437 Births* birth = ThreadData::TallyABirthIfActive(location);
438 EXPECT_NE(reinterpret_cast<Births*>(NULL), birth);