MCPcopy Create free account
hub / github.com/catboost/catboost / Flock

Method Flock

util/system/file.cpp:682–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682int TFileHandle::Flock(int op) noexcept {
683 return ::Flock(Fd_, op);
684}
685
686bool TFileHandle::SetDirect() {
687#ifdef _linux_

Callers 1

FlockMethod · 0.45

Calls 1

FlockFunction · 0.70

Tested by

no test coverage detected