Skip to main content

Module shm

Module shm 

Source
Expand description

Shared memory utilities for external modules.

Structs§

SendShmContext
Send+Sync wrapper for mechutil’s SHM context handle.
ShmMap
A generic store for mapping names to Shared Memory pointers.
ShmPtr
Wrapper for Shared Memory pointer (stored as address).
ThreadSafeShmem
Wrapper for Shmem to implement Send + Sync

Functions§

resolve_shm_pointers
Helper to wait for SHM context and resolve pointers.