CellModules
|
Standard-compliant shared_mutex for MinGW. More...
#include <assert.h>
#include "mingw.mutex.h"
#include <system_error>
#include <atomic>
#include <chrono>
#include "mingw.thread.h"
Go to the source code of this file.
Classes | |
class | mingw_stdthread::portable::shared_mutex |
class | mingw_stdthread::shared_timed_mutex |
class | mingw_stdthread::shared_lock< Mutex > |
Namespaces | |
namespace | mingw_stdthread |
namespace | mingw_stdthread::portable |
namespace | std |
Provides common mathematical functions and vector operations. | |
Functions | |
template<class Mutex > | |
void | mingw_stdthread::swap (shared_lock< Mutex > &lhs, shared_lock< Mutex > &rhs) noexcept |
Standard-compliant shared_mutex for MinGW.
(c) 2017 by Nathaniel J. McClatchey, Athens OH, United States
Definition in file mingw.shared_mutex.h.