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

Function kwsysProcessTimeLess

Source/kwsys/ProcessWin32.c:2042–2045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2040}
2041
2042int kwsysProcessTimeLess(kwsysProcessTime in1, kwsysProcessTime in2)
2043{
2044 return in1.QuadPart < in2.QuadPart;
2045}
2046
2047kwsysProcessTime kwsysProcessTimeAdd(kwsysProcessTime in1,
2048 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…