| 2772 | } |
| 2773 | |
| 2774 | void kwsysProcess_ResetStartTime(kwsysProcess* cp) |
| 2775 | { |
| 2776 | if (!cp) { |
| 2777 | return; |
| 2778 | } |
| 2779 | /* Reset start time. */ |
| 2780 | cp->StartTime = kwsysProcessTimeGetCurrent(); |
| 2781 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…