Matching function on successful kwsysTryEnterCreateProcessSection return. Make sure you called kwsysProcessesAdd if applicable before calling this.*/
| 2640 | /* Matching function on successful kwsysTryEnterCreateProcessSection return. |
| 2641 | Make sure you called kwsysProcessesAdd if applicable before calling this.*/ |
| 2642 | static void kwsysLeaveCreateProcessSection(void) |
| 2643 | { |
| 2644 | LeaveCriticalSection(&kwsysProcesses.Lock); |
| 2645 | } |
| 2646 | |
| 2647 | /* Add new process to global process list. The Ctrl handler will wait for |
| 2648 | the process to exit before it returns. Do not close the process handle |
no outgoing calls
no test coverage detected
searching dependent graphs…