Home
last modified time | relevance | path

Searched refs:AutoHandle (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DAutoHandle.h16 class AutoHandle {
18 AutoHandle(HANDLE handle, HANDLE invalid_value = INVALID_HANDLE_VALUE)
21 ~AutoHandle() { in ~AutoHandle()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp69 static bool GetExecutableForProcess(const AutoHandle &handle, in GetExecutableForProcess()
80 static void GetProcessExecutableAndTriple(const AutoHandle &handle, in GetProcessExecutableAndTriple()
138 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)); in FindProcessesImpl()
146 AutoHandle handle(::OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION, FALSE, in FindProcessesImpl()
168 AutoHandle handle( in GetProcessInfo()
179 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)); in GetProcessInfo()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc285 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
288 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
291 AutoHandle::~AutoHandle() { in ~AutoHandle()
295 AutoHandle::Handle AutoHandle::Get() const { in Get()
299 void AutoHandle::Reset() { in Reset()
303 void AutoHandle::Reset(HANDLE handle) { in Reset()
317 bool AutoHandle::IsCloseable() const { in IsCloseable()
H A Dgtest-death-test.cc667 AutoHandle write_handle_;
669 AutoHandle child_handle_;
674 AutoHandle event_handle_;
1533 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1219 class GTEST_API_ AutoHandle {
1227 AutoHandle();
1228 explicit AutoHandle(Handle handle);
1230 ~AutoHandle();
1243 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1259 AutoHandle event_;
1491 AutoHandle thread_;
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp422 AutoHandle filemap( in GetFileNameFromHandleFallback()
H A DNativeProcessWindows.cpp342 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, GetID())); in CacheLoadedModules()