| 2952 | } |
| 2953 | |
| 2954 | void kwsysProcess_ResetStartTime(kwsysProcess* cp) |
| 2955 | { |
| 2956 | if (!cp) { |
| 2957 | return; |
| 2958 | } |
| 2959 | /* Reset start time. */ |
| 2960 | cp->StartTime = kwsysProcessTimeGetCurrent(); |
| 2961 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…