mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 13:08:15 +02:00
Add AtomicMemorySentinel for cross-platform atomic memory synchronization. This provides a platform-agnostic API over Linux futex syscalls, allowing shared memory synchronization via memory-mapped file descriptors. Includes Linux futex implementation and stub implementations for Windows and other platforms. Signed-off-by: Dorinda Bassey <dbassey@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39653> |
||
|---|---|---|
| .. | ||
| bytestream | ||
| sys | ||
| atomic_memory_sentinel.rs | ||
| defines.rs | ||
| descriptor.rs | ||
| error.rs | ||
| lib.rs | ||
| memory_mapping.rs | ||
| meson.build | ||
| shm.rs | ||