Searched refs:_commit (Results 1 – 11 of 11) sorted by relevance
112 def _commit(self): member in _Database137 sync = _commit236 self._commit()274 self._commit()
151 _commit(newVersion, localData, cb)306 function _commit (version, localData, cb) { function
64 #define fsync _commit
1681 return _commit (fd); in g_fsync()
38 #define fsync(fd) _commit(fd)
318 # define fsync _commit
926 native :c:func:`fsync` function; on Windows, the MS :c:func:`_commit` function.
21206 database properly, but a shutdown race in _Database._commit() could21858 - os.fsync() now exists on Windows, and calls the Microsoft _commit()
29447 filesink: Fix fsync/_commit usage29493 filesink: Fix Windows build by using _commit instead of fsync.
154273 Implement return value of _commit correctly.
144272 Drop the _commit hook that wasn't usefull.