Lines Matching refs:CloseHandle
288 CloseHandle(si.hStdOutput); in CheckForCompilerFeature()
289 CloseHandle(si.hStdError); in CheckForCompilerFeature()
292 CloseHandle(pi.hThread); in CheckForCompilerFeature()
306 CloseHandle(pi.hProcess); in CheckForCompilerFeature()
313 CloseHandle(pipeThreads[0]); in CheckForCompilerFeature()
314 CloseHandle(pipeThreads[1]); in CheckForCompilerFeature()
422 CloseHandle(si.hStdOutput); in CheckForLinkerFeature()
423 CloseHandle(si.hStdError); in CheckForLinkerFeature()
426 CloseHandle(pi.hThread); in CheckForLinkerFeature()
440 CloseHandle(pi.hProcess); in CheckForLinkerFeature()
447 CloseHandle(pipeThreads[0]); in CheckForLinkerFeature()
448 CloseHandle(pipeThreads[1]); in CheckForLinkerFeature()
473 CloseHandle(pi->pipe); in ReadFromPipe()
478 CloseHandle(pi->pipe); in ReadFromPipe()