|
Ion
|


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. | |