Age | Commit message (Collapse) | Author | Files | Lines |
|
This uses pthread mutexes and condition variables instead of futexes.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
|
|
This splits the futex-specific code out into a separate file so that
future versions of the library could use some other underlying primitive.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
|
|
This variable is always empty.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
|
Recommended by Automake:
http://www.gnu.org/software/automake/manual/automake.html#Headers
Also, this header is missing in the lint target $(libxshmfence_la_SOURCES)
As a bonus, all other libraries are following this advice.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
|
It's required for all X libraries
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
|
Signed-off-by: Keith Packard <keithp@keithp.com>
|