MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ReleaseDirectoryLocks

Function ReleaseDirectoryLocks

src/util.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void ReleaseDirectoryLocks()
178{
179 std::lock_guard<std::mutex> ulock(cs_dir_locks);
180 dir_locks.clear();
181}
182
183bool DirIsWritable(const fs::path& directory)
184{

Callers 2

TestOtherProcessFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by 2

TestOtherProcessFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68