Lines Matching refs:births
506 void ThreadData::TallyADeath(const Births& births, in TallyADeath() argument
516 static_cast<uint32_t>(&births - reinterpret_cast<Births*>(0)); in TallyADeath()
528 DeathMap::iterator it = death_map_.find(&births); in TallyADeath()
534 death_data = &death_map_[&births]; in TallyADeath()
556 const Births* births = completed_task.birth_tally; in TallyRunOnNamedThreadIfTracking() local
557 if (!births) in TallyRunOnNamedThreadIfTracking()
574 current_thread_data->TallyADeath(*births, queue_duration, stopwatch); in TallyRunOnNamedThreadIfTracking()
579 const Births* births, in TallyRunOnWorkerThreadIfTracking() argument
585 if (!births) in TallyRunOnWorkerThreadIfTracking()
606 current_thread_data->TallyADeath(*births, queue_duration, stopwatch); in TallyRunOnWorkerThreadIfTracking()
611 const Births* births, in TallyRunInAScopedRegionIfTracking() argument
616 if (!births) in TallyRunInAScopedRegionIfTracking()
624 current_thread_data->TallyADeath(*births, queue_duration, stopwatch); in TallyRunInAScopedRegionIfTracking()