Honeycomb  0.1
Component-Model Framework
Classes | Namespaces
Mutex.h File Reference
#include "Honey/Core/Core.h"
#include "Honey/Thread/Lock/platform/Mutex.h"
Include dependency graph for Mutex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  honey::UniqueLock< Lockable_ >
 A scoped lock that references any lockable. Locks on construction and unlocks on destruction. More...
 
class  honey::Mutex
 A thread lock where the lock is acquired by suspending thread execution until it becomes available. More...
 

Namespaces

 honey
 Global Honeycomb namespace.