HomeSort by relevance Sort by last modified time
    Searched refs:deaths (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/
tracked_objects_unittest.cc 141 ThreadData::DeathsSnapshot deaths; local
142 data->SnapshotMaps(0, &birth_map, &deaths);
144 EXPECT_EQ(0u, deaths.size());
158 deaths.clear();
159 data->SnapshotMaps(0, &birth_map, &deaths);
161 EXPECT_EQ(0u, deaths.size());
177 ThreadData::DeathsSnapshot deaths; local
178 data->SnapshotMaps(0, &birth_map, &deaths);
181 EXPECT_EQ(0u, deaths.size()); // No deaths
    [all...]
tracked_objects.cc 279 // ThreadData maintains the central data for all births and deaths on a single
634 DeathsSnapshot deaths; local
635 SnapshotMaps(current_profiling_phase, &birth_map, &deaths);
641 for (const auto& death : deaths) {
666 DeathsSnapshot* deaths) {
673 deaths->push_back(std::make_pair(
    [all...]
tracked_objects.h 311 // Information about deaths of a task on a given thread, called "death thread".
611 DeathsSnapshot* deaths);
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 193 ULong deaths; member in struct:__anon25861
246 tl_assert(api->deaths == 0);
318 api->deaths++;
339 tl_assert(api->deaths == 1 || api->deaths == 0);
353 //tl_assert(api->deaths > 1);
368 //tl_assert(api->deaths > 1);
    [all...]

Completed in 3940 milliseconds