When ENABLE_SETLK is defined, avoid ever blocking on the lock mutex in os_unix.c...
commita48e87a5007e7fd84699786a99cdfd1c2239a98d
authorDan Kennedy <danielk1977@gmail.com>
Sat, 18 Nov 2023 17:20:04 +0000 (18 17:20 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Sat, 18 Nov 2023 17:20:04 +0000 (18 17:20 +0000)
tree4c249c4ca93f1850acc87f7e0b8c138a995b0ce8
parent9d55c3c5b367c20bdb187f8a3d0ca33ed2ca4215
When ENABLE_SETLK is defined, avoid ever blocking on the lock mutex in os_unix.c when requesting an exclusive lock.
src/os_unix.c