ReadWriteLock.h File Reference
#include <atomic>
#include <iosfwd>
Include dependency graph for ReadWriteLock.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Ipc::ReadWriteLock |
class | Ipc::ReadWriteLockStats |
approximate stats of a set of ReadWriteLocks More... | |
Namespaces | |
namespace | Ipc |
Functions | |
std::ostream & | Ipc::operator<< (std::ostream &, const ReadWriteLock &) |
dumps approximate lock state (for debugging) More... | |
void | Ipc::AssertFlagIsSet (std::atomic_flag &flag) |