Searched refs:pstatscopy (Results 1 – 5 of 5) sorted by relevance
124 struct pstats *pstatscopy(struct pstats *);
470 p2->p_stats = pstatscopy(p1->p_stats); in fork1()
809 pstatscopy(struct pstats *ps) in pstatscopy() function
2724 p2->p_stats = pstatscopy(p1->p_stats); in do_posix_spawn()
229 p->p_stats = pstatscopy(parent->p_stats); in lwproc_newproc()