#include <winstl/winstl.h>
#include <stlsoft/synch/concepts.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | winstl |
Classes | |
| class | thread_mutex |
| This class provides an implementation of the mutex model based on the Win32 CRITICAL_SECTION. More... | |
| struct | thread_mutex_lock_traits |
| Traits for the thread_mutex class. More... | |
Functions | |
| void | lock_instance (winstl_ns_qual(thread_mutex)&mx) |
| This control shim aquires a lock on the given mutex. | |
| void | unlock_instance (winstl_ns_qual(thread_mutex)&mx) |
| This control shim releases a lock on the given mutex. | |
1.5.6