Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ flock
Function
flock
util/system/flock.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
#endif
14
15
int flock(int fd, int op) {
16
return Flock((HANDLE)_get_osfhandle(fd), op);
17
}
18
19
int Flock(void* hdl, int op) {
20
errno = 0;
Callers
2
__init__
Method · 0.85
Flock
Function · 0.85
Calls
1
Flock
Function · 0.70
Tested by
no test coverage detected