MCPcopy 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
FlockFunction · 0.85

Calls 1

FlockFunction · 0.70

Tested by

no test coverage detected