Searched refs:update_rusage_info_child (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dresourcevar.h134 void update_rusage_info_child(struct rusage_info_child *ru, rusage_info_current *ru_current);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c912 update_rusage_info_child(&pp->p_stats->ri_child, &p->p_ru->ri);
1113 update_rusage_info_child(&parent->p_stats->ri_child, &child->p_ru->ri);
H A Dkern_resource.c1311 update_rusage_info_child(struct rusage_info_child *ri, rusage_info_current *ri_current) function

Completed in 101 milliseconds