Home
last modified time | relevance | path

Searched refs:hProcess (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/autoconf/tea/win/
H A Dnmakehlp.c205 HANDLE hProcess, h, pipeThreads[2]; in CheckForCompilerFeature() local
208 hProcess = GetCurrentProcess(); in CheckForCompilerFeature()
231 DuplicateHandle(hProcess, h, hProcess, &si.hStdOutput, 0, TRUE, in CheckForCompilerFeature()
239 DuplicateHandle(hProcess, h, hProcess, &si.hStdError, 0, TRUE, in CheckForCompilerFeature()
291 WaitForInputIdle(pi.hProcess, 5000); in CheckForCompilerFeature()
306 CloseHandle(pi.hProcess); in CheckForCompilerFeature()
340 HANDLE hProcess, h, pipeThreads[2]; in CheckForLinkerFeature() local
344 hProcess = GetCurrentProcess(); in CheckForLinkerFeature()
367 DuplicateHandle(hProcess, h, hProcess, &si.hStdOutput, 0, TRUE, in CheckForLinkerFeature()
375 DuplicateHandle(hProcess, h, hProcess, &si.hStdError, 0, TRUE, in CheckForLinkerFeature()
[all …]
/sqlite-3.40.0/mptest/
H A Dmptest.c670 CloseHandle(processInfo.hProcess); in startClient()
/sqlite-3.40.0/src/
H A Dshell.c.in337 static HANDLE hProcess; variable
358 hProcess = GetCurrentProcess();
359 if( hProcess ){
381 getProcessTimesAddr(hProcess,&ftCreation,&ftExit,
401 getProcessTimesAddr(hProcess,&ftCreation,&ftExit,&ftKernelEnd,&ftUserEnd);