Home
last modified time | relevance | path

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

/third_party/iowow/src/kv/
Diwal.c22 typedef struct IWAL { struct
58 } IWAL; argument
60 static iwrc _checkpoint_exl(IWAL *wal, uint64_t *tsp, bool no_fixpoint);
62 IW_INLINE iwrc _lock(IWAL *wal) { in _lock()
67 IW_INLINE iwrc _unlock(IWAL *wal) { in _unlock()
72 static iwrc _excl_lock(IWAL *wal) { in _excl_lock()
95 static iwrc _excl_unlock(IWAL *wal) { in _excl_unlock()
104 static iwrc _init_locks(IWAL *wal) { in _init_locks()
113 static void _destroy(IWAL *wal) { in _destroy()
137 static iwrc _flush_wl(IWAL *wal, bool sync) { in _flush_wl()
[all …]