Searched refs:ReadUnlock (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/tests/servers/app/newerClipping/
H A DMultiLocker.h30 bool ReadUnlock();
106 fLock->ReadUnlock();
H A DDesktop.h80 void ReadUnlockClipping() { fClippingLock.ReadUnlock(); }
H A DMultiLocker.cpp96 "Avg ReadUnlock: %lld\n"
219 MultiLocker::ReadUnlock() function in class:MultiLocker
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.h35 inline void ReadUnlock() const;
98 PackageFSRoot::ReadUnlock() const function in class:PackageFSRoot
H A DVolume.h47 inline void ReadUnlock() const;
216 Volume::ReadUnlock() const function in class:Volume
/haiku/src/servers/app/
H A DMultiLocker.h57 bool ReadUnlock();
171 fLock.ReadUnlock();
H A DMultiLocker.cpp87 "Avg ReadUnlock: %lld\n"
172 MultiLocker::ReadUnlock() function in class:MultiLocker
301 MultiLocker::ReadUnlock() function in class:MultiLocker
309 debugger("ReadUnlock() - negative writer nest count");
/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.cpp34 VMAreas::ReadUnlock();
129 fSpace->ReadUnlock();
157 fSpace->ReadUnlock();
272 VMAreas::ReadUnlock();
307 fSpace->ReadUnlock();
447 fItems[i].space->ReadUnlock();
468 fItems[i].space->ReadUnlock();
H A DVMArea.cpp218 ReadUnlock();
241 ReadUnlock();
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp121 fLocker->ReadUnlock();
137 fLocker->ReadUnlock();
185 fLocker->ReadUnlock();
/haiku/headers/private/shared/
H A DRWLockManager.h65 void ReadUnlock(RWLockable* lockable);
120 ReadUnlock(lockable);
H A DRWLocker.h40 // e.g.: ReadLock(); WriteLock(); ReadUnlock(); WriteUnlock();
90 void ReadUnlock();
H A DAutoLocker.h55 lockable->ReadUnlock();
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDevice.h40 void ReadUnlock();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.h84 inline void ReadUnlock();
163 Node::ReadUnlock() function in class:Node
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.h43 inline void ReadUnlock();
110 Node::ReadUnlock() function in class:Node
/haiku/headers/private/fs_shell/
H A Dfssh_auto_locker.h40 lockable->ReadUnlock();
/haiku/src/kits/shared/
H A DRWLockManager.cpp78 RWLockManager::ReadUnlock(RWLockable* lockable) function in class:RWLockManager
83 debugger("RWLockManager::ReadUnlock(): Not read-locked!");
H A DRWLocker.cpp79 // ReadUnlock
81 RWLocker::ReadUnlock() function in class:RWLocker
89 // else: error: unmatched ReadUnlock()
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h81 if (!fCacheEntry->ReadUnlock()) {
109 if (!fCacheEntry->ReadUnlock()) {
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp379 ReadUnlock();
407 ReadUnlock();
/haiku/src/system/kernel/disk_device_manager/
H A Ddisk_device_manager.cpp74 device->ReadUnlock();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.h163 void ReadUnlock();
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h46 void ReadUnlock() function in struct:VMAddressSpace
/haiku/src/servers/app/drawing/
H A DHWInterface.h69 void UnlockParallelAccess() { ReadUnlock(); }

Completed in 289 milliseconds

12