Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/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()
305 WaitForSingleObject(pi.hProcess, INFINITE); 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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc111 HANDLE hProcess, DWORD64 qwBaseAddress, PVOID lpBuffer, DWORD nSize,
117 typedef DWORD64(__stdcall *PGET_MODULE_BASE_ROUTINE64)(HANDLE hProcess,
120 typedef DWORD64(__stdcall *PTRANSLATE_ADDRESS_ROUTINE64)(HANDLE hProcess,
148 typedef BOOL(WINAPI *fpSymGetModuleInfo64)(HANDLE hProcess, DWORD64 dwAddr,
239 HANDLE hProcess, HANDLE hThread,
254 while (fStackWalk64(NativeMachineType, hProcess, hThread, &StackFrame,
315 static void PrintStackTraceForThread(llvm::raw_ostream &OS, HANDLE hProcess,
326 fSymInitialize(hProcess, NULL, TRUE);
331 if (printStackTraceWithLLVMSymbolizer(OS, hProcess, hThread, StackFrame,
337 if (!fStackWalk64(NativeMachineType, hProcess, hThread, &StackFrame,
[all …]
H A DProgram.inc313 PI.Process = pi.hProcess;
330 if (AssignProcessToJobObject(hJob, pi.hProcess))
337 TerminateProcess(pi.hProcess, 1);
338 WaitForSingleObject(pi.hProcess, INFINITE);
345 ::SetProcessAffinityMask(pi.hProcess,
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c233 ret = WaitForSingleObject(info.hProcess, in testcase_run_forked_()
237 GetExitCodeProcess(info.hProcess, &ret); in testcase_run_forked_()
243 CloseHandle(info.hProcess); in testcase_run_forked_()
/freebsd/contrib/libevent/test/
H A Dtinytest.c233 ret = WaitForSingleObject(info.hProcess, in testcase_run_forked_()
237 GetExitCodeProcess(info.hProcess, &ret); in testcase_run_forked_()
243 CloseHandle(info.hProcess); in testcase_run_forked_()
/freebsd/crypto/heimdal/lib/krb5/
H A Dexpand_path.c162 HANDLE hProcess = GetCurrentProcess(); in _expand_userid() local
165 if (!OpenProcessToken(hProcess, TOKEN_QUERY, &hToken)) in _expand_userid()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dclear_cache.c22 uint32_t FlushInstructionCache(uintptr_t hProcess, void *lpBaseAddress,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp269 CloseHandle(pi.hProcess); in StartSymbolizerSubprocess()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc825 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/freebsd/contrib/sqlite3/
H A Dshell.c1374 static HANDLE hProcess; variable
1395 hProcess = GetCurrentProcess(); in hasTimer()
1396 if( hProcess ){ in hasTimer()
1418 getProcessTimesAddr(hProcess,&ftCreation,&ftExit, in beginTimer()
1438 getProcessTimesAddr(hProcess,&ftCreation,&ftExit,&ftKernelEnd,&ftUserEnd); in endTimer()