Lines Matching defs:tv
60 struct timeval tv;
73 gettimeofday(&tv, NULL);
74 tv.tv_sec += 5;
76 tv, test_timeout, ctx);
245 struct timeval tv;
257 gettimeofday(&tv, NULL);
258 tv.tv_usec += 500;
260 tv, file_mod_op, test_ctx);
266 gettimeofday(&tv, NULL);
267 tv.tv_sec += 1;
269 tv, file_mod_op, test_ctx);
329 struct timeval tv;
341 gettimeofday(&tv, NULL);
342 tv.tv_usec += 200;
344 tv, file_mv_op, test_ctx);
390 struct timeval tv;
403 gettimeofday(&tv, NULL);
404 tv.tv_usec += 200;
406 tv, file_del_add_op, test_ctx);
421 struct timeval tv;
434 gettimeofday(&tv, NULL);
435 tv.tv_usec += 200;
438 tv, file_mod_op, test_ctx);
491 struct timeval tv;
505 gettimeofday(&tv, NULL);
506 tv.tv_usec += 100;
508 tv, file_mod_op, test_ctx);
514 gettimeofday(&tv, NULL);
515 tv.tv_usec += 200;
517 tv, file_del_op, test_ctx);
523 gettimeofday(&tv, NULL);
524 tv.tv_sec += 2;
526 tv, check_threshold_cb, test_ctx);