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

Function kwsysProcess_ResetStartTime

Source/kwsys/ProcessUNIX.c:2954–2961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2952}
2953
2954void kwsysProcess_ResetStartTime(kwsysProcess* cp)
2955{
2956 if (!cp) {
2957 return;
2958 }
2959 /* Reset start time. */
2960 cp->StartTime = kwsysProcessTimeGetCurrent();
2961}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…