#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. | |
| static void lock | ( | semaphore & | c | ) | [inline, static] |
| static void unlock | ( | semaphore & | c | ) | [inline, static] |
1.5.6