Home
last modified time | relevance | path

Searched refs:enable_filelocks (Results 1 – 2 of 2) sorted by relevance

/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filesystem/
H A Dvfs.cc525 bool enable_filelocks = false; in filelock_lock() local
527 "vfs.file.enable_filelocks", &enable_filelocks, &found)); in filelock_lock()
530 if (!enable_filelocks) in filelock_lock()
601 bool enable_filelocks = false; in filelock_unlock() local
603 "vfs.file.enable_filelocks", &enable_filelocks, &found)); in filelock_unlock()
606 if (!enable_filelocks) in filelock_unlock()
/dports/databases/tiledb/TileDB-2.5.2/
H A DHISTORY.md1079 * Added config param `vfs.file.enable_filelocks`