Searched defs:tv (Results 1 - 1 of 1) sorted by relevance
/lxc/src/lxc/tools/ | ||
H A D | lxc_stop.c | 121 struct timeval tv; local 128 ret = gettimeofday(&tv, NULL); 131 curtime = tv.tv_sec; 136 ret = gettimeofday(&tv, NULL); 139 elapsed_time = tv.tv_sec - curtime; |
Completed in 388 milliseconds