Searched refs:ReadLock (Results 1 - 25 of 40) sorted by relevance

12

/haiku/src/servers/app/
H A DMultiLocker.h53 bool ReadLock();
153 fLocked = fLock.ReadLock();
160 fLocked = fLock.ReadLock();
H A DMultiLocker.cpp86 "Avg ReadLock: %lld\n"
134 MultiLocker::ReadLock() function in class:MultiLocker
236 MultiLocker::ReadLock() function in class:MultiLocker
245 debugger("ReadLock() - negative writer nest count");
369 /* each time ReadLock is called while in debug mode the thread_id */
372 /* an illegal, potentially deadlocking nested ReadLock occured */
389 debugger("Nested ReadLock!");
/haiku/src/tests/servers/app/newerClipping/
H A DMultiLocker.h26 bool ReadLock();
102 fLock->ReadLock();
H A DDesktop.h79 bool ReadLockClipping() { return fClippingLock.ReadLock(); }
H A DMultiLocker.cpp95 "Avg ReadLock: %lld\n"
123 MultiLocker::ReadLock() function in class:MultiLocker
402 /* each time ReadLock is called while in debug mode the thread_id */
405 /* an illegal, potentially deadlocking nested ReadLock occured */
426 ASSERT_WITH_MESSAGE(fDebugArray[thread%fMaxThreads] == 0,"Nested ReadLock!\n");
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.h34 inline bool ReadLock() const;
91 PackageFSRoot::ReadLock() const function in class:PackageFSRoot
H A DVolume.h46 inline bool ReadLock() const;
209 Volume::ReadLock() const function in class:Volume
/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.cpp26 VMAreas::ReadLock();
95 fSpace->ReadLock();
112 fSpace->ReadLock();
124 fSpace->ReadLock();
146 fSpace->ReadLock();
262 VMAreas::ReadLock();
319 fSpace->ReadLock();
440 status = fItems[i].space->ReadLock();
H A DVMArea.cpp216 ReadLock();
226 ReadLock();
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp67 status_t ReadLock(uint32 flags, bigtime_t timeout) function in struct:SharedRWLock
148 status_t ReadLock(uint32 flags, bigtime_t timeout) function in struct:LocalRWLock
325 return ((SharedRWLock*)lock)->ReadLock(0, B_INFINITE_TIMEOUT);
327 return ((LocalRWLock*)lock)->ReadLock(0, B_INFINITE_TIMEOUT);
336 error = ((SharedRWLock*)lock)->ReadLock(B_ABSOLUTE_REAL_TIME_TIMEOUT, 0);
338 error = ((LocalRWLock*)lock)->ReadLock(B_ABSOLUTE_REAL_TIME_TIMEOUT, 0);
366 error = ((SharedRWLock*)lock)->ReadLock(flags, timeout);
368 error = ((LocalRWLock*)lock)->ReadLock(flags, timeout);
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp115 if (fLocker->ReadLock()) {
131 if (fLocker->ReadLock()) {
179 if (fLocker->ReadLock()) {
/haiku/headers/private/shared/
H A DRWLockManager.h61 bool ReadLock(RWLockable* lockable);
93 return write ? WriteLock(lockable) : ReadLock(lockable);
H A DRWLocker.h40 // e.g.: ReadLock(); WriteLock(); ReadUnlock(); WriteUnlock();
88 bool ReadLock();
H A DAutoLocker.h50 return lockable->ReadLock();
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDevice.h39 bool ReadLock();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.h81 inline bool ReadLock();
148 Node::ReadLock() function in class:Node
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.h42 inline bool ReadLock();
103 Node::ReadLock() function in class:Node
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h56 bool ReadLock() function in class:FontCacheReference
64 if (!fCacheEntry->ReadLock()) {
288 if (!pCacheReference->ReadLock())
/haiku/headers/private/fs_shell/
H A Dfssh_auto_locker.h35 return lockable->ReadLock();
/haiku/src/kits/shared/
H A DRWLockManager.cpp36 RWLockManager::ReadLock(RWLockable* lockable) function in class:RWLockManager
H A DRWLocker.cpp60 // ReadLock
62 RWLocker::ReadLock() function in class:RWLocker
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp375 if (mode == NULL || !ReadLock())
397 if (!ReadLock())
/haiku/src/system/kernel/disk_device_manager/
H A Ddisk_device_manager.cpp59 if (device->ReadLock())
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.h162 bool ReadLock();
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h44 status_t ReadLock() function in struct:VMAddressSpace

Completed in 124 milliseconds

12