Searched refs:Lock (Results 101 - 125 of 732) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/support/bautolock/
H A DAutolockLooperTest.cpp44 theLooper->Lock();
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.h17 bool Lock();
/haiku/src/apps/packageinstaller/
H A DBlockingWindow.cpp77 if (Lock())
/haiku/headers/os/app/
H A DMessageQueue.h28 bool Lock();
/haiku/src/kits/app/
H A DLooperList.cpp37 BLooperList::Lock() function in class:BPrivate::BLooperList
39 return fLock.Lock();
67 looper->Lock();
70 looper->Lock();
/haiku/src/preferences/mail/
H A DAutoConfigWindow.cpp102 fParentWindow->Lock();
118 fParentWindow->Lock();
162 fParentWindow->Lock();
206 fParentWindow->Lock();
/haiku/headers/os/support/
H A DLocker.h22 bool Lock();
/haiku/headers/private/debugger/files/
H A DLocatableEntry.h30 virtual bool Lock() = 0;
/haiku/headers/private/debugger/model/
H A DFileSourceCode.h31 virtual bool Lock();
/haiku/headers/private/shared/
H A Dlocks.h109 inline bool Lock(struct mutex *lock) function in class:MutexLocking
125 inline bool Lock(recursive_lock *lockable) function in class:RecursiveLockLocking
141 inline bool Lock(struct rw_lock *lock) function in class:RWLockReadLocking
155 inline bool Lock(struct rw_lock *lock) function in class:RWLockWriteLocking
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMatic.cpp128 if (zippo->Lock()) {
145 if (lastFoundZippo->Lock()) {
216 if (zWindow->Lock()) {
264 if (zippo->Lock()) {
/haiku/src/tests/kits/app/bhandler/
H A DUnlockLooperTest.cpp72 Looper.Lock();
H A DRemoveFilterTest.cpp79 Looper.Lock();
130 Looper.Lock();
H A DSetFilterListTest.cpp93 Looper.Lock();
112 Looper.Lock();
/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCVMTranslationMap.h25 virtual bool Lock();
/haiku/headers/build/os/support/
H A DLocker.h22 bool Lock();
/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.h30 virtual bool Lock() final;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandleMap.cpp88 if (handle->Lock()) {
102 if (handle->Lock()) {
/haiku/src/tests/kits/app/bmessenger/
H A DSMRemoteTargetApp.cpp34 assert(looper->Lock());
94 looper->Lock();
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.h32 bool Lock() { return fLock.Lock(); } function in class:BPrivate::VirtualDirectoryManager
/haiku/src/servers/launch/
H A DVolumeWatcher.cpp33 if (be_app->Lock()) {
44 if (be_app->Lock()) {
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp60 FileSourceCode::Lock() function in class:FileSourceCode
62 return fLock.Lock();
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h30 rw_lock& Lock() { return fLock; } function in class:Inode
75 fLock(&inode->Lock())
/haiku/src/system/kernel/slab/
H A DSmallObjectCache.cpp77 Lock();
101 Lock();
/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest2.cpp120 CPPUNIT_ASSERT(theLocker->Lock());
137 * a plain Lock() on theLocker. This is done to get coverage of
155 result = theLocker->Lock();

Completed in 97 milliseconds

1234567891011>>