Home
last modified time | relevance | path

Searched refs:hThread (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec_w32.c244 pi.hThread = NULL; in pipe_execv()
322 if (pi.hThread) CloseHandle(pi.hThread); in pipe_execv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreading.inc42 HANDLE hThread = (HANDLE)::_beginthreadex(
45 if (!hThread) {
50 if (::WaitForSingleObject(hThread, INFINITE) == WAIT_FAILED) {
54 if (::CloseHandle(hThread) == FALSE) {
H A DSignals.inc120 HANDLE hThread, LPADDRESS64 lpaddr);
224 HANDLE hProcess, HANDLE hThread,
239 while (fStackWalk64(NativeMachineType, hProcess, hThread, &StackFrame,
297 HANDLE hThread, STACKFRAME64 &StackFrame,
306 if (printStackTraceWithLLVMSymbolizer(OS, hProcess, hThread, StackFrame,
312 if (!fStackWalk64(NativeMachineType, hProcess, hThread, &StackFrame,
H A DProgram.inc311 ScopedCommonHandle hThread(pi.hThread);
342 ::ResumeThread(pi.hThread);
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dexpand_path.c147 HANDLE hThread = NULL; in _expand_userid() local
153 hThread = GetCurrentThread(); in _expand_userid()
155 if (!OpenThreadToken(hThread, TOKEN_QUERY, in _expand_userid()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddbghelp.d26 …alias DWORD64 function(HANDLE hProcess, HANDLE hThread, ADDRESS64 *lpaddr) TranslateAddressPr…
33 …alias BOOL function(DWORD MachineType, HANDLE hProcess, HANDLE hThread, STACKFRAME64 *Stac…
H A Dstacktrace.d170 HANDLE hThread = GetCurrentThread(); in traceNoSync() local
226 while (dbghelp.StackWalk64(imageType, hProcess, hThread, &stackframe, in traceNoSync()
H A Dwinbase.d1040 HANDLE hThread;
1052 HANDLE hThread;
1181 HANDLE hThread;
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dwin_svc.c289 CloseHandle(pinfo.hThread); in call_root_update()
565 CloseHandle(pinfo.hThread); in win_do_cron()
/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Dnmakehlp.c292 CloseHandle(pi.hThread); in CheckForCompilerFeature()
426 CloseHandle(pi.hThread); in CheckForLinkerFeature()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Dfilter_fork_windows.c192 CloseHandle(childInfo.hThread); in __archive_create_child()
/netbsd-src/external/mit/libuv/dist/test/
H A Drunner-win.c155 CloseHandle(pi.hThread); in process_start()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc271 CloseHandle(pi.hThread); in StartSymbolizerSubprocess()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc269 CloseHandle(pi.hThread); in StartSymbolizerSubprocess()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp274 CloseHandle(pi.hThread); in StartSymbolizerSubprocess()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp470 ::CloseHandle(DebugEvent.u.CreateThread.hThread); in main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d2725 HANDLE hThread = cast(HANDLE) _beginthreadex(null, stacksize, &thread_lowlevelEntry, in delegate() local
2727 if (!hThread) in delegate()
2741 if (ResumeThread(hThread) == -1) in delegate()
2743 CloseHandle(hThread); in delegate()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dtinytest.c245 CloseHandle(info.hThread); in testcase_run_forked_()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-win32.c648 CloseHandle (pi->hThread); in win32_spawn()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dpex-win32.c648 CloseHandle (pi->hThread); in win32_spawn()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dpex-win32.c648 CloseHandle (pi->hThread); in win32_spawn()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dpex-win32.c669 CloseHandle (pi->hThread); in win32_spawn()
/netbsd-src/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c567 CloseHandle(procInfo.hThread); in process_begin()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dprocess.c1164 CloseHandle(info.hThread); in uv_spawn()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc806 ::CloseHandle(process_info.hThread); in AssumeRole()

12