bbc65d2cbb
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. TODO: On NetBSD, two functions are missing: pthread_mutexattr_setpshared and pthread_condattr_setpshared. -- wiz 20131129
3 lines
116 B
Text
3 lines
116 B
Text
On NetBSD, two functions are missing:
|
|
pthread_mutexattr_setpshared and pthread_condattr_setpshared.
|
|
-- wiz 20131129
|