HomeSort by relevance Sort by last modified time
    Searched refs:tv_cache (Results 1 - 4 of 4) sorted by null

  /external/libevent/
event-internal.h 249 struct timeval tv_cache; member in struct:event_base
event.c 361 if (base->tv_cache.tv_sec) {
362 *tp = base->tv_cache;
401 if (base->tv_cache.tv_sec == 0) {
405 evutil_timeradd(&base->tv_cache, &base->tv_clock_diff, tv);
407 *tv = base->tv_cache;
419 base->tv_cache.tv_sec = 0;
426 base->tv_cache.tv_sec = 0;
428 gettime(base, &base->tv_cache);
    [all...]
  /external/fio/
backend.c 345 fio_gettime(&td->tv_cache, NULL);
491 if (runtime_exceeded(td, &td->tv_cache)) {
493 if (runtime_exceeded(td, &td->tv_cache)) {
762 if (runtime_exceeded(td, &td->tv_cache)) {
764 if (runtime_exceeded(td, &td->tv_cache)) {
    [all...]
fio.h 265 struct timeval tv_cache; member in struct:thread_data

Completed in 618 milliseconds