libxshmfence

X.Org shared memory synchronization primitive library for SyncFence

brewmacoslinux
Try with needOr install directly
Source

About

X.Org: Shared memory 'SyncFence' synchronization primitive

Commands

libxshmfence

Examples

Check if libxshmfence is installed and locate the library$ brew list libxshmfence
Verify the library version installed$ brew info libxshmfence
Link against libxshmfence in a compilation command$ gcc program.c -o program $(pkg-config --cflags --libs xshmfence)