]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experiment with using an atomic CPU primitive instead of a mutex for
authordan <dan@noemail.net>
Thu, 6 Dec 2018 18:58:58 +0000 (18:58 +0000)
committerdan <dan@noemail.net>
Thu, 6 Dec 2018 18:58:58 +0000 (18:58 +0000)
commit24fb9ffbc137b67829f240431b4ea58890bc437e
tree3f0468ee0435ffd9994a3ba692c31ad1ae989240
parent3e2d47d49fbf897f28971845671d3fd6aa3cc5b3
Experiment with using an atomic CPU primitive instead of a mutex for
intra-process locking with the unix-excl VFS.

FossilOrigin-Name: 8f4cb9dd3396bcaaf85dcdb4e3ae3c96f28a4d71d72665c4abf7c221370be626
manifest
manifest.uuid
src/os_unix.c
src/test_vfs.c
test/lock_common.tcl
test/permutations.test
test/shmlock.test [new file with mode: 0644]
test/wal.test