Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Flock
Function
Flock
util/system/flock.h:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include <fcntl.h>
10
11
static inline int Flock(int fd, int op) {
12
return flock(fd, op);
13
}
14
15
#else // not _unix_
16
Callers
5
Acquire
Method · 0.70
TryAcquire
Method · 0.70
Release
Method · 0.70
Flock
Method · 0.70
Y_UNIT_TEST
Function · 0.70
Calls
1
flock
Function · 0.85
Tested by
no test coverage detected