Home
last modified time | relevance | path

Searched refs:checkpoint_ts (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/kv/
Diwal.c57 uint64_t checkpoint_ts; /**< Last checkpoint timestamp milliseconds */ member
668 iwp_current_time_ms(&wal->checkpoint_ts, true); in _checkpoint_exl()
670 *tsp = wal->checkpoint_ts; in _checkpoint_exl()
854 …cp = _need_checkpoint(wal) || ((mbytes && (tick_ts - wal->checkpoint_ts) >= 1000LL * wal->checkpoi… in _cpt_worker_fn()
1079 iwp_current_time_ms(&wal->checkpoint_ts, true); in iwal_create()