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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dthread.c59 timeval_elapsed (struct timeval a, struct timeval b)
580 thread_time = timeval_elapsed (now->ru_utime, start->ru_utime);
581 thread_time += timeval_elapsed (now->ru_stime, start->ru_stime);
584 thread_time = timeval_elapsed (*now, *start);
58 timeval_elapsed (struct timeval a, struct timeval b) function

Completed in 192 milliseconds