| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/ |
| H A D | TestGdbRemoteConnection.py | 60 CloseHandle = kernel32.CloseHandle variable 61 CloseHandle.restype = BOOL 62 CloseHandle.argtypes = (HANDLE,) 103 CloseHandle(self._overlapped.hEvent) 104 CloseHandle(self._handle)
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ProcessLauncherWindows.cpp | 131 ::CloseHandle(pi.hThread); in LaunchProcess() 135 ::CloseHandle(stdin_handle); in LaunchProcess() 137 ::CloseHandle(stdout_handle); in LaunchProcess() 139 ::CloseHandle(stderr_handle); in LaunchProcess()
|
| H A D | ConnectionGenericFileWindows.cpp | 69 ::CloseHandle(m_file); in ~ConnectionGenericFile() 71 ::CloseHandle(m_event_handles[kBytesAvailableEvent]); in ~ConnectionGenericFile() 72 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile() 155 ::CloseHandle(old_file); in Disconnect()
|
| H A D | HostProcessWindows.cpp | 74 ::CloseHandle(process_handle); in MonitorThread() 98 ::CloseHandle(m_process); in Close()
|
| H A D | HostThreadWindows.cpp | 65 ::CloseHandle(m_thread); in Reset()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_win.cpp | 138 CloseHandle(threads); in RunThread() 153 CloseHandle(suspended_thread_handle); in RunThread() 170 CloseHandle(trace_thread); in StopTheWorld()
|
| H A D | sanitizer_symbolizer_win.cpp | 188 ::CloseHandle(h_); in ~ScopedHandle() 273 CloseHandle(pi.hProcess); in StartSymbolizerSubprocess() 274 CloseHandle(pi.hThread); in StartSymbolizerSubprocess()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | WindowsMiniDump.cpp | 47 ::CloseHandle(file_handle); in SaveMiniDump() 48 ::CloseHandle(process_handle); in SaveMiniDump()
|
| /llvm-project-15.0.7/compiler-rt/test/profile/Windows/Inputs/ |
| H A D | instrprof-multiprocess.c | 50 CloseHandle(pi->hProcess); in wait_child() 51 CloseHandle(pi->hThread); in wait_child()
|
| /llvm-project-15.0.7/llvm/utils/KillTheDoctor/ |
| H A D | KillTheDoctor.cpp | 120 ::CloseHandle(Handle); in Destruct() 136 ::CloseHandle(Handle); in Destruct() 447 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile); in main() 465 ::CloseHandle(ExitingProcess->second); in main() 470 ::CloseHandle(DebugEvent.u.CreateThread.hThread); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | exitcode.cpp | 54 CloseHandle(pi.hProcess); in spawn_child() 55 CloseHandle(pi.hThread); in spawn_child()
|
| /llvm-project-15.0.7/clang/lib/DirectoryWatcher/windows/ |
| H A D | DirectoryWatcher-windows.cpp | 130 CloseHandle(Terminate); in ~DirectoryWatcherWindows() 131 CloseHandle(Overlapped.hEvent); in ~DirectoryWatcherWindows() 174 (void)CloseHandle(DirectoryHandle); in WatcherThreadProc() 226 (void)CloseHandle(DirectoryHandle); in WatcherThreadProc()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Program.inc | 243 CloseHandle(si.hStdInput); 253 CloseHandle(si.hStdInput); 254 CloseHandle(si.hStdOutput); 262 CloseHandle(si.hStdInput); 263 CloseHandle(si.hStdOutput); 297 CloseHandle(si.hStdInput); 298 CloseHandle(si.hStdOutput); 299 CloseHandle(si.hStdError); 435 CloseHandle(PI.Process); 439 CloseHandle(PI.Process); [all …]
|
| H A D | Memory.inc | 74 CloseHandle(Token); 82 CloseHandle(Token); 86 CloseHandle(Token);
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | dll_control_c.cpp | 110 CloseHandle(pi.hProcess); in run_parent() 111 CloseHandle(pi.hThread); in run_parent()
|
| H A D | beginthreadex.cpp | 20 CloseHandle(thr); in main()
|
| H A D | thread_simple.cpp | 24 CloseHandle(thr); in main()
|
| H A D | thread_suspended.cpp | 25 CloseHandle(thr); in main()
|
| H A D | thread_stress.cpp | 25 CloseHandle(thr[i]); in main()
|
| H A D | thread_stack_reuse.cpp | 35 CloseHandle(thr); in main()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/windows/ |
| H A D | AutoHandle.h | 23 ::CloseHandle(m_handle); in ~AutoHandle()
|
| /llvm-project-15.0.7/libcxx/src/support/win32/ |
| H A D | thread_win32.cpp | 226 if (!CloseHandle(*__t)) in __libcpp_thread_join() 233 if (!CloseHandle(*__t)) in __libcpp_thread_detach()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOWindows.cpp | 49 CloseHandle(FileHandle); in IsFile() 54 CloseHandle(FileHandle); in IsFile() 58 CloseHandle(FileHandle); in IsFile()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_pthread_wrappers.h | 58 ASSERT_NE(0, CloseHandle(thread)); in PTHREAD_JOIN()
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingUtil.c | 229 CloseHandle(h); in lprofOpenFileEx() 239 CloseHandle(h); in lprofOpenFileEx()
|