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

  /external/chromium/base/
tracked.cc 88 ThreadData::current()->TallyADeath(*tracked_births_,
tracked_objects.h 496 void TallyADeath(const Births& lifetimes, const base::TimeDelta& duration);
tracked_objects.cc 293 void ThreadData::TallyADeath(const Births& lifetimes,
    [all...]
  /external/chromium_org/base/
tracked_objects.cc 435 void ThreadData::TallyADeath(const Births& birth,
512 current_thread_data->TallyADeath(*birth, queue_duration, run_duration);
533 // (since we'll use locks on TallyABirth and TallyADeath). The good news is
534 // that the locks on TallyADeath will be *after* the worker thread has run,
550 current_thread_data->TallyADeath(*birth, queue_duration, run_duration);
575 current_thread_data->TallyADeath(*birth, queue_duration, run_duration);
tracked_objects.h 525 void TallyADeath(const Births& birth, int32 queue_duration, int32 duration);
    [all...]

Completed in 59 milliseconds