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

Function kwsysProcessSetupPipeNative

Source/kwsys/ProcessWin32.c:1834–1840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1832}
1833
1834void kwsysProcessSetupPipeNative(HANDLE native, PHANDLE handle)
1835{
1836 /* Close the existing handle. */
1837 kwsysProcessCleanupHandle(handle);
1838 /* Store the new given handle. */
1839 *handle = native;
1840}
1841
1842/* Close the given handle if it is open. Reset its value to 0. */
1843void kwsysProcessCleanupHandle(PHANDLE h)

Callers 1

kwsysProcess_ExecuteFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…