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

Function sigalrm

phxsqlclient/utils/filelock.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98static void sigalrm(int signo) {
99 // do nothing
100}
101
102bool FileLock::FcntlTimeOut(int iCmd, int iType, int iOffset, int iLen, int iWhence, int sec) {
103 uint64_t offset = iOffset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected