Searched refs:tv_now (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/tests/unit/ |
H A D | unit1309.c | 81 struct curltime tv_now = {0, 0}; variable 132 tv_now.tv_usec = i; 133 root = Curl_splaygetbest(tv_now, root, &removed); 138 root = Curl_splaygetbest(tv_now, root, &removed);
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aio-stress.c | 458 struct timeval *tv_now) in finish_io() 462 calc_latency(&io->io_start_time, tv_now, &t->io_completion_latency); in finish_io() 551 struct timeval tv_now; in io_oper_wait() local 555 gettimeofday(&tv_now, NULL); in io_oper_wait() 556 finish_io(t, event_io, event.res, &tv_now); in io_oper_wait() 724 static void update_iou_counters(struct iocb **my_iocbs, int nr, struct timeval *tv_now) in update_iou_counters() argument 733 io->io_start_time = *tv_now; /* set time of io_submit */ in update_iou_counters() 457 finish_io(struct thread_info *t, struct io_unit *io, long result, struct timeval *tv_now) finish_io() argument
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__threads.c | 576 struct timeval tv_now = ares__tvnow(); in ares_queue_wait_empty() local 579 ares__timeval_remaining(&tv_remaining, &tv_now, &tout); in ares_queue_wait_empty()
|
Completed in 4 milliseconds