Home
last modified time | relevance | path

Searched refs:ReadHandle (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h33 class ReadHandle;
39 typedef std::unique_ptr<ReadHandle> ReadHandleUP;
58 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
66 class ReadHandle {
68 ~ReadHandle() { m_mainloop.UnregisterReadObject(m_handle); } in ~ReadHandle()
71 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle() function
78 ReadHandle(const ReadHandle &) = delete;
79 const ReadHandle &operator=(const ReadHandle &) = delete;
/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c246 static ACPI_HANDLE ReadHandle = NULL; variable
359 if (!ReadHandle) in AcpiDbTestAllObjects()
369 Status = AcpiGetHandle (NULL, ACPI_DB_READ_METHOD, &ReadHandle); in AcpiDbTestAllObjects()
1046 Status = AcpiEvaluateObject (ReadHandle, NULL, in AcpiDbReadFromObject()