Home
last modified time | relevance | path

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

/third_party/python/Lib/dbm/
Ddumb.py112 def _commit(self): member in _Database
137 sync = _commit
236 self._commit()
274 self._commit()
/third_party/node/deps/npm/lib/
Dversion.js151 _commit(newVersion, localData, cb)
306 function _commit (version, localData, cb) { function
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesink.c64 #define fsync _commit
/third_party/glib/glib/
Dgstdio.c1681 return _commit (fd); in g_fsync()
/third_party/gstreamer/gstreamer/gst/
Dgstpluginloader.c38 #define fsync(fd) _commit(fd)
/third_party/python/Modules/
Dposixmodule.c318 # define fsync _commit
/third_party/python/Doc/library/
Dos.rst926 native :c:func:`fsync` function; on Windows, the MS :c:func:`_commit` function.
/third_party/python/Misc/
DHISTORY21206 database properly, but a shutdown race in _Database._commit() could
21858 - os.fsync() now exists on Windows, and calls the Microsoft _commit()
/third_party/gstreamer/gstreamer/
DChangeLog29447 filesink: Fix fsync/_commit usage
29493 filesink: Fix Windows build by using _commit instead of fsync.
/third_party/gstreamer/gstplugins_base/
DChangeLog154273 Implement return value of _commit correctly.
/third_party/gstreamer/gstplugins_bad/
DChangeLog144272 Drop the _commit hook that wasn't usefull.