NameDateSize

..10-Nov-202518

aclocal.m4H A D10-Nov-2025127.8 KiB

ChangeLogH A D10-Nov-202516.8 KiB

compileH A D10-Nov-20257.4 KiB

config.guessH A D10-Nov-202549.5 KiB

config.h.inH A D10-Nov-20255.9 KiB

config.subH A D10-Nov-202536 KiB

configureH A D10-Nov-2025659 KiB

configure.acH A D10-Nov-20255.5 KiB

COPYINGH A D10-Nov-20251.1 KiB

depcompH A D10-Nov-202523.1 KiB

install-shH A D10-Nov-202515.1 KiB

ltmain.shH A D10-Nov-2025329.6 KiB

m4/H10-Nov-2025104

Makefile.amH A D10-Nov-20251.4 KiB

Makefile.inH A D10-Nov-202530.2 KiB

missingH A D10-Nov-20257.5 KiB

README.mdH A D10-Nov-2025886

src/H10-Nov-20254 KiB

test/H10-Nov-202568

test-driverH A D10-Nov-20255.1 KiB

xshmfence.pc.inH A D10-Nov-2025272

README.md

1libxshmfence - Shared memory 'SyncFence' synchronization primitive
2------------------------------------------------------------------
3
4This library offers a CPU-based synchronization primitive compatible
5with the X SyncFence objects that can be shared between processes
6using file descriptor passing.
7
8There are two underlying implementations:
9
10 1) On Linux, the library uses futexes
11
12 2) On other systems, the library uses posix mutexes and condition
13    variables.
14
15All questions regarding this software should be directed at the
16Xorg mailing list:
17
18  https://lists.x.org/mailman/listinfo/xorg
19
20The primary development code repository can be found at:
21
22  https://gitlab.freedesktop.org/xorg/lib/libxshmfence
23
24Please submit bug reports and requests to merge patches there.
25
26For patch submission instructions, see:
27
28  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
29
30