Go to file
openKylinBot edb7a8076a changed debian/source/format to native 2022-05-14 01:31:32 +08:00
debian changed debian/source/format to native 2022-05-14 01:31:32 +08:00
src Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
test Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
COPYING Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
ChangeLog Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
Makefile.am Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
Makefile.in Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
README Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
aclocal.m4 Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
autogen.sh Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
compile Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
config.guess Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
config.h.in Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
config.sub Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
configure Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
configure.ac Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
depcomp Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
install-sh Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
ltmain.sh Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
missing Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
test-driver Import Upstream version 1.3 2022-05-14 01:31:30 +08:00
xshmfence.pc.in Import Upstream version 1.3 2022-05-14 01:31:30 +08:00

README

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:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/lib/libxshmfence

        http://cgit.freedesktop.org/xorg/lib/libxshmfence

For patch submission instructions, see:

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

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage