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

Method Acquire

util/system/file_lock.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void TFileLock::Acquire() {
29 Flock(GetMode(Type));
30}
31
32bool TFileLock::TryAcquire() {
33 try {

Callers

nothing calls this directly

Calls 2

GetModeFunction · 0.85
FlockFunction · 0.70

Tested by

no test coverage detected