Expand description
Implements a clock backed by memory mapped into this process’ virtual address space. See MappedClock for details.
Structs§
- Mapped
Clock - A clock backed by memory mapped into this process’ virtual address space.
Constants§
- CLOCK_
SIZE - The size of the memory region used by the memory mapped clock. While in theory this size could change in future Fuchsia releases, in practice it is likely never going to. So we expose it as a constant.