]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Properly wait for asynchronous results for calls to LockFileEx() on FILE_FLAG_OVERLAP...
authordan <Dan Kennedy>
Tue, 24 Dec 2024 14:44:38 +0000 (14:44 +0000)
committerdan <Dan Kennedy>
Tue, 24 Dec 2024 14:44:38 +0000 (14:44 +0000)
commitce50282c3bf662c1e12d066bff869c53532a3d74
tree6d505b0648688ee9dfe3ae46983ace845ae0edaa
parentc978e390e6522cb48810f738fb6b36f96cceaa2c
Properly wait for asynchronous results for calls to LockFileEx() on FILE_FLAG_OVERLAPPED files even if LOCKFILE_FAIL_IMMEDIATELY, which usually causes LockFileEx() to return synchronously, is specified.

FossilOrigin-Name: 35b3e73c5a9efa12f9bb0dad1721fce128cd1e3bcbc87027ee4ea685a12a70d5
manifest
manifest.uuid
src/os_win.c
src/test1.c