Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DMainLoopBase.h34 class ReadHandle;
40 typedef std::unique_ptr<ReadHandle> ReadHandleUP;
59 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
67 class ReadHandle {
69 ~ReadHandle() { m_mainloop.UnregisterReadObject(m_handle); } in ~ReadHandle()
72 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle() function
79 DISALLOW_COPY_AND_ASSIGN(ReadHandle);
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c241 static ACPI_HANDLE ReadHandle = NULL; variable
354 if (!ReadHandle) in AcpiDbTestAllObjects()
364 Status = AcpiGetHandle (NULL, ACPI_DB_READ_METHOD, &ReadHandle); in AcpiDbTestAllObjects()
1015 Status = AcpiEvaluateObject (ReadHandle, NULL, in AcpiDbReadFromObject()