Home
last modified time | relevance | path

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

/freebsd-14.2/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()
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 …]
/freebsd-14.2/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,
249 while (fStackWalk64(NativeMachineType, hProcess, hThread, &StackFrame,
321 fSymInitialize(hProcess, NULL, TRUE);
332 if (!fStackWalk64(NativeMachineType, hProcess, hThread, &StackFrame,
351 if (!fSymGetModuleBase64(hProcess, PC)) {
359 if (fSymGetModuleInfo64(hProcess, fSymGetModuleBase64(hProcess, PC), &M)) {
376 if (!fSymGetSymFromAddr64(hProcess, PC, &dwDisp, symbol)) {
[all …]
H A DProgram.inc310 PI.Process = pi.hProcess;
327 if (AssignProcessToJobObject(hJob, pi.hProcess))
334 TerminateProcess(pi.hProcess, 1);
335 WaitForSingleObject(pi.hProcess, INFINITE);
342 ::SetProcessAffinityMask(pi.hProcess,
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dclear_cache.c22 uint32_t FlushInstructionCache(uintptr_t hProcess, void *lpBaseAddress,
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp269 CloseHandle(pi.hProcess); in StartSymbolizerSubprocess()
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc823 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/freebsd-14.2/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()