| /src/crypto/krb5/src/ccapi/common/win/OldCC/ |
| H A D | secure.cxx | 121 HANDLE hThread = GetCurrentThread(); in SecureClient() local 125 hThread, in SecureClient() 147 HANDLE hThread = GetCurrentThread(); in ~SecureClient() local 148 if (!SetThreadToken(&hThread, m_hToken)) { in ~SecureClient()
|
| /src/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 30 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, StackSizeInBytes.value_or(0), 33 if (!hThread) { 37 return hThread; 40 void llvm_thread_join_impl(HANDLE hThread) { 41 if (::WaitForSingleObject(hThread, INFINITE) == WAIT_FAILED) { 46 void llvm_thread_detach_impl(HANDLE hThread) { 47 if (::CloseHandle(hThread) == FALSE) { 52 DWORD llvm_thread_get_id_impl(HANDLE hThread) { return ::GetThreadId(hThread); }
|
| H A D | Signals.inc | 121 HANDLE hThread, 239 HANDLE hProcess, HANDLE hThread, 254 while (fStackWalk64(NativeMachineType, hProcess, hThread, &StackFrame, 316 HANDLE hThread, STACKFRAME64 &StackFrame, 331 if (printStackTraceWithLLVMSymbolizer(OS, hProcess, hThread, StackFrame, 337 if (!fStackWalk64(NativeMachineType, hProcess, hThread, &StackFrame,
|
| H A D | Program.inc | 316 ScopedCommonHandle hThread(pi.hThread); 347 ::ResumeThread(pi.hThread);
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | expand_path.c | 146 HANDLE hThread = NULL; in _expand_userid() local 152 hThread = GetCurrentThread(); in _expand_userid() 154 if (!OpenThreadToken(hThread, TOKEN_QUERY, in _expand_userid()
|
| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | expand_path.c | 145 HANDLE hThread = NULL; in expand_userid() local 151 hThread = GetCurrentThread(); in expand_userid() 153 if (!OpenThreadToken(hThread, TOKEN_QUERY, in expand_userid()
|
| /src/crypto/krb5/src/ccapi/lib/win/OldCC/ |
| H A D | client.cxx | 194 if (pi.hThread) CloseHandle(pi.hThread); in find_server()
|
| /src/crypto/krb5/src/windows/installer/wix/custom/ |
| H A D | custom.cpp | 582 pInfo.hThread = NULL; 619 ResumeThread(pInfo.hThread); 621 CloseHandle(pInfo.hThread);
|
| /src/crypto/krb5/src/windows/kfwlogon/ |
| H A D | kfwlogon.c | 557 CloseHandle(procinfo.hThread); in KFW_Logon_Event() 612 CloseHandle(procinfo.hThread); in LogonEventHandlerA()
|
| /src/contrib/unbound/winrc/ |
| H A D | win_svc.c | 289 CloseHandle(pinfo.hThread); in call_root_update() 595 CloseHandle(pinfo.hThread); in win_do_cron()
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_win.cpp | 270 CloseHandle(pi.hThread); in StartSymbolizerSubprocess()
|
| /src/contrib/ntp/sntp/libevent/test/ |
| H A D | tinytest.c | 244 CloseHandle(info.hThread); in testcase_run_forked_()
|
| /src/contrib/libevent/test/ |
| H A D | tinytest.c | 244 CloseHandle(info.hThread); in testcase_run_forked_()
|
| /src/crypto/krb5/src/ccapi/server/win/ |
| H A D | ccs_os_server.cpp | 498 rpcState->u.APC.hThread = 0; in connectionListener()
|
| /src/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 826 ::CloseHandle(process_info.hThread); in AssumeRole()
|
| /src/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 6365 CloseHandle(procInfo.hThread); in JimStartWinProcess()
|