8 lines
287 B
Markdown
8 lines
287 B
Markdown
# 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.
|
|
|