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

Function kwsysProcess_ResetStartTime

Source/kwsys/ProcessWin32.c:2774–2781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2772}
2773
2774void kwsysProcess_ResetStartTime(kwsysProcess* cp)
2775{
2776 if (!cp) {
2777 return;
2778 }
2779 /* Reset start time. */
2780 cp->StartTime = kwsysProcessTimeGetCurrent();
2781}

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…