Home
last modified time | relevance | path

Searched refs:CloseHandle (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/
H A DTestGdbRemoteConnection.py60 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 DProcessLauncherWindows.cpp131 ::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 DConnectionGenericFileWindows.cpp69 ::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 DHostProcessWindows.cpp74 ::CloseHandle(process_handle); in MonitorThread()
98 ::CloseHandle(m_process); in Close()
H A DHostThreadWindows.cpp65 ::CloseHandle(m_thread); in Reset()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp138 CloseHandle(threads); in RunThread()
153 CloseHandle(suspended_thread_handle); in RunThread()
170 CloseHandle(trace_thread); in StopTheWorld()
H A Dsanitizer_symbolizer_win.cpp188 ::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 DWindowsMiniDump.cpp47 ::CloseHandle(file_handle); in SaveMiniDump()
48 ::CloseHandle(process_handle); in SaveMiniDump()
/llvm-project-15.0.7/compiler-rt/test/profile/Windows/Inputs/
H A Dinstrprof-multiprocess.c50 CloseHandle(pi->hProcess); in wait_child()
51 CloseHandle(pi->hThread); in wait_child()
/llvm-project-15.0.7/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp120 ::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 Dexitcode.cpp54 CloseHandle(pi.hProcess); in spawn_child()
55 CloseHandle(pi.hThread); in spawn_child()
/llvm-project-15.0.7/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp130 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 DProgram.inc243 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 DMemory.inc74 CloseHandle(Token);
82 CloseHandle(Token);
86 CloseHandle(Token);
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_control_c.cpp110 CloseHandle(pi.hProcess); in run_parent()
111 CloseHandle(pi.hThread); in run_parent()
H A Dbeginthreadex.cpp20 CloseHandle(thr); in main()
H A Dthread_simple.cpp24 CloseHandle(thr); in main()
H A Dthread_suspended.cpp25 CloseHandle(thr); in main()
H A Dthread_stress.cpp25 CloseHandle(thr[i]); in main()
H A Dthread_stack_reuse.cpp35 CloseHandle(thr); in main()
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DAutoHandle.h23 ::CloseHandle(m_handle); in ~AutoHandle()
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp226 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 DFuzzerIOWindows.cpp49 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 Dsanitizer_pthread_wrappers.h58 ASSERT_NE(0, CloseHandle(thread)); in PTHREAD_JOIN()
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c229 CloseHandle(h); in lprofOpenFileEx()
239 CloseHandle(h); in lprofOpenFileEx()

12