openbsd-xenocara/lib/libxshmfence
matthieu cdb9aceaa6 Update to libxshmfence 1.3.2 2023-07-03 08:57:56 +00:00
..
src Update to libxshmfence 1.3.2 2023-07-03 08:57:56 +00:00
test Update to libxshmfence 1.3.2 2023-07-03 08:57:56 +00:00
COPYING
ChangeLog Update to libxshmfence 1.3.2 2023-07-03 08:57:56 +00:00
Makefile.am merge libxshmfence version 1.3.1 2022-11-06 18:39:24 +00:00
Makefile.bsd-wrapper
Makefile.in Update to libxshmfence 1.3.2 2023-07-03 08:57:56 +00:00
README.md merge libxshmfence version 1.3.1 2022-11-06 18:39:24 +00:00
aclocal.m4 Update to libxshmfence 1.3.2 2023-07-03 08:57:56 +00:00
compile merge libxshmfence version 1.3.1 2022-11-06 18:39:24 +00:00
config.guess
config.h.in Update to libxshmfence 1.3.2 2023-07-03 08:57:56 +00:00
config.sub
configure Update to libxshmfence 1.3.2 2023-07-03 08:57:56 +00:00
configure.ac Update to libxshmfence 1.3.2 2023-07-03 08:57:56 +00:00
depcomp
install-sh Update to libxshmfence 1.3.2 2023-07-03 08:57:56 +00:00
ltmain.sh
missing
test-driver merge libxshmfence version 1.3.1 2022-11-06 18:39:24 +00:00
xshmfence.pc.in

README.md

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.

There are two underlying implementations:

  1. On Linux, the library uses futexes

  2. On other systems, the library uses posix mutexes and condition variables.

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/lib/libxshmfence

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches