Searched refs:ILockable (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/cortex/support/
H A DILockable.h32 // ILockable.h (Cortex)
65 class ILockable { class
67 ILockable() { } function in class:ILockable
68 virtual ~ILockable() { }
99 Autolock(ILockable& target) : m_target(&target) { init(); }
100 Autolock(ILockable* target) : m_target( target) { init(); }
102 Autolock(const ILockable& target) :
103 m_target(const_cast<ILockable*>(&target)) { init(); }
104 Autolock(const ILockable* target) :
105 m_target(const_cast<ILockable*>( targe
[all...]
H A DSimpleLockable.h34 // Basic BLocker implementation of ILockable.
43 #include "ILockable.h"
50 public ILockable {
57 public: // *** ILockable impl.
/haiku/src/apps/cortex/NodeManager/
H A Dnode_manager_impl.h44 #include "ILockable.h"
49 inline void assert_locked(const ILockable* target) {
H A DNodeGroup.h104 #include "ILockable.h"
134 public ILockable {
393 public: // *** ILockable: [21jul99]
H A DNodeManager.h78 #include "ILockable.h"
100 public ILockable {
447 public: // *** ILockable impl.
H A DNodeRef.h58 #include "ILockable.h"
74 protected ILockable {
416 protected: // *** ILockable

Completed in 41 milliseconds