Added VMCache::CacheRef() accessor.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35391 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
22991e1d53
commit
cf99b9ab60
@ -85,6 +85,8 @@ public:
|
|||||||
inline void ReleaseRefAndUnlock(
|
inline void ReleaseRefAndUnlock(
|
||||||
bool consumerLocked = false);
|
bool consumerLocked = false);
|
||||||
|
|
||||||
|
inline VMCacheRef* CacheRef() const { return fCacheRef; }
|
||||||
|
|
||||||
void WaitForPageEvents(vm_page* page, uint32 events,
|
void WaitForPageEvents(vm_page* page, uint32 events,
|
||||||
bool relock);
|
bool relock);
|
||||||
void NotifyPageEvents(vm_page* page, uint32 events)
|
void NotifyPageEvents(vm_page* page, uint32 events)
|
||||||
|
Loading…
Reference in New Issue
Block a user