Allocation the mutex used by the Win32 VFS only once at initialization, instead of...
commitbac479a495831ad7893e43fc1f216a662d6ae1b6
authorJoe Mistachkin <sqlite@mistachkin.com>
Mon, 5 Feb 2018 20:42:50 +0000 (5 20:42 +0000)
committerJoe Mistachkin <sqlite@mistachkin.com>
Mon, 5 Feb 2018 20:42:50 +0000 (5 20:42 +0000)
tree202e3fac4801ce90640bd7a13abcfff4c9b6fee2
parente05aa194a3727cb0a24758cb352b7b3852dc6513
Allocation the mutex used by the Win32 VFS only once at initialization, instead of every time it is needed.
src/os_win.c