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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c948 struct timeval ttv, tv; local
957 ttv.tv_sec = tv_sec;
958 ttv.tv_usec = tv_usec;
962 timersub(&tv, &ttv, &p->p_rlim_cpu);

Completed in 167 milliseconds