|
FreePOOMA
2.4.1
|
#include <PoomaMutex.h>
Public Member Functions | |
| DummyMutex () | |
| DummyMutex (const DummyMutex &model) | |
| DummyMutex & | operator= (const DummyMutex &model) |
| void | lock () |
| void | unlock () |
| Pooma::DummyMutex::DummyMutex | ( | ) | [inline] |
| Pooma::DummyMutex::DummyMutex | ( | const DummyMutex & | model | ) | [inline] |
| DummyMutex& Pooma::DummyMutex::operator= | ( | const DummyMutex & | model | ) | [inline] |
| void Pooma::DummyMutex::lock | ( | ) | [inline] |
References PAssert.
Referenced by RefCounted::addReference(), Observable< GridLayout< Dim > >::attach(), RefCounted::count(), Observable< GridLayout< Dim > >::detach(), Unique::get(), RefCounted::isShared(), RefCounted::lock(), Inform::lock(), RefCounted::removeRefAndCheckGarbage(), and RefCounted::removeReference().
| void Pooma::DummyMutex::unlock | ( | ) | [inline] |
References PAssert.
Referenced by RefCounted::addReference(), Observable< GridLayout< Dim > >::attach(), RefCounted::count(), Observable< GridLayout< Dim > >::detach(), Unique::get(), RefCounted::isShared(), RefCounted::removeRefAndCheckGarbage(), RefCounted::removeReference(), RefCounted::unlock(), and Inform::unlock().
1.7.6.1