Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c6296 PROCESS_INFORMATION procInfo; in JimStartWinProcess() local
6359 0, winenv, NULL, &startInfo, &procInfo)) { in JimStartWinProcess()
6364 WaitForInputIdle(procInfo.hProcess, 5000); in JimStartWinProcess()
6365 CloseHandle(procInfo.hThread); in JimStartWinProcess()
6367 phandle = procInfo.hProcess; in JimStartWinProcess()