#include <unixstl/synch/semaphore.hpp>
Public Types | |
| typedef semaphore | lock_type |
| The lockable type. | |
| typedef semaphore_lock_traits | class_type |
Static Public Member Functions | |
| static void | lock (semaphore &c) |
| Lock the given semaphore instance. | |
| static void | unlock (semaphore &c) |
| Unlock the given semaphore instance. | |
1.5.4