| 2331 | } |
| 2332 | |
| 2333 | static int kwsysProcess_List_GetCurrentParentId(kwsysProcess_List* self) |
| 2334 | { |
| 2335 | return self ? (self->NT4 ? kwsysProcess_List__GetParentId_NT4(self) |
| 2336 | : kwsysProcess_List__GetParentId_Snapshot(self)) |
| 2337 | : -1; |
| 2338 | } |
| 2339 | |
| 2340 | static int kwsysProcess_List_NextProcess(kwsysProcess_List* self) |
| 2341 | { |
no test coverage detected
searching dependent graphs…