MCPcopy Create free account
hub / github.com/Kitware/CMake / kwsysProcessTimeLess

Function kwsysProcessTimeLess

Source/kwsys/ProcessUNIX.c:2091–2095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2089}
2090
2091static int kwsysProcessTimeLess(kwsysProcessTime in1, kwsysProcessTime in2)
2092{
2093 return ((in1.tv_sec < in2.tv_sec) ||
2094 ((in1.tv_sec == in2.tv_sec) && (in1.tv_usec < in2.tv_usec)));
2095}
2096
2097static kwsysProcessTime kwsysProcessTimeAdd(kwsysProcessTime in1,
2098 kwsysProcessTime in2)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…