mdbx: add timed auto-sync feature.

Change-Id: Ia9b8529fda321d5f78b306f270d157a78f708916
This commit is contained in:
Leonid Yuriev
2019-08-23 13:13:20 +03:00
parent 68e0076ca3
commit 4ceaf842fe
5 changed files with 133 additions and 2 deletions

View File

@@ -599,6 +599,8 @@ static __inline mdbx_tid_t mdbx_thread_self(void) {
}
void mdbx_osal_jitter(bool tiny);
uint64_t mdbx_osal_monotime(void);
uint64_t mdbx_osal_16dot16_to_monotime(uint32_t seconds_16dot16);
/*----------------------------------------------------------------------------*/
/* lck stuff */