MCPcopy Create free account
hub / github.com/Tencent/phxsql / Unlock

Method Unlock

phxsqlclient/utils/filelock.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192bool FileLock::Unlock(uint64_t iOffset, uint64_t iLen, int iWhence) {
193 return Fcntl(F_SETLK, F_UNLCK, iOffset, iLen, iWhence);
194}
195
196}
197

Callers 4

RefillMethod · 0.45
HasTokenMethod · 0.45
ApplyMethod · 0.45
SetConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected