blob: 056297c7b1d97bb380e8a2da225c93e40943b0ab (
plain)
1
2
3
4
5
|
This is a simple POSIX-style semaphore implementation that can be used
with pthread libraries that don't come with POSIX semaphores. At the
moment, this is a quick hack that does not implement all functions. The
functions that are implemented are probably not 100% POSIX compliant. Use
at your own risk!
|