libxshmfence/README.md

8 lines
287 B
Markdown
Raw Permalink Normal View History

2024-01-06 06:14:23 +01:00
# libxshmfence
libxshmfence - Shared memory 'SyncFence' synchronization primitive
This library offers a CPU-based synchronization primitive compatible with the X SyncFence objects that can be shared between processes using file descriptor passing.
On Linux, the library uses futexes.