#include <winstl/synch/semaphore.hpp>
Public Types | |
| typedef semaphore | lock_type |
| The lockable type. | |
| typedef semaphore_lock_traits | class_type |
| This 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. | |
| typedef semaphore_lock_traits class_type |
This type.
| static void lock | ( | semaphore & | c | ) | [inline, static] |
| static void unlock | ( | semaphore & | c | ) | [inline, static] |
1.5.6