| /freebsd-14.2/contrib/sqlite3/tea/win/ |
| H A D | nmakehlp.c | 205 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 D | Signals.inc | 111 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 D | Program.inc | 310 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 D | tinytest.c | 233 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 D | tinytest.c | 233 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 D | expand_path.c | 162 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 D | clear_cache.c | 22 uint32_t FlushInstructionCache(uintptr_t hProcess, void *lpBaseAddress,
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_win.cpp | 269 CloseHandle(pi.hProcess); in StartSymbolizerSubprocess()
|
| /freebsd-14.2/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 823 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 1374 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()
|