Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
readwritelock.h File Reference
#include "ion/port/atomic.h"
#include "ion/port/mutex.h"
#include "ion/port/semaphore.h"
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  ion::base::ReadWriteLock
 The ReadWriteLock class defines a non-promotable lock that is very fast when only readers try to obtain the lock, but slower than a Mutex when there are writers. More...
 
class  ion::base::ReadLock
 A ReadLock obtains a read lock, but has a similar interface to a Mutex and can be used with a ReadGuard. More...
 
class  ion::base::WriteLock
 A WriteLock obtains a write lock, but has a similar interface to a Mutex and can be used with a WriteGuard. More...
 

Namespaces

 ion
 Copyright 2016 Google Inc.
 
 ion::base
 EnumHelper instantiations. These must be in the ion::base namespace.