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

Function kwsysLeaveCreateProcessSection

Source/kwsys/ProcessWin32.c:2642–2645  ·  view source on GitHub ↗

Matching function on successful kwsysTryEnterCreateProcessSection return. Make sure you called kwsysProcessesAdd if applicable before calling this.*/

Source from the content-addressed store, hash-verified

2640/* Matching function on successful kwsysTryEnterCreateProcessSection return.
2641 Make sure you called kwsysProcessesAdd if applicable before calling this.*/
2642static 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

Callers 1

kwsysProcessCreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…