Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
682
int TFileHandle::Flock(int op) noexcept {
683
return ::Flock(Fd_, op);
684
}
685
686
bool TFileHandle::SetDirect() {
687
#ifdef _linux_
Callers
1
Flock
Method · 0.45
Calls
1
Flock
Function · 0.70
Tested by
no test coverage detected