Searched defs:Lock (Results 1 - 25 of 144) sorted by relevance

123456

/haiku/headers/build/os/app/
H A DLooper.h23 bool Lock() { return true; } function in class:BLooper
/haiku/src/system/kernel/vm/
H A DPageCacheLocker.cpp25 PageCacheLocker::Lock(vm_page* page, bool dontWait) function in class:PageCacheLocker
/haiku/headers/private/shared/
H A DPthreadMutexLocker.h22 inline bool Lock(pthread_mutex_t* lockable) function in class:BPrivate::AutoLockerMutexLocking
/haiku/headers/private/interface/
H A DToolTipManager.h30 bool Lock() { return fLock.Lock(); } function in class:BToolTipManager
/haiku/src/apps/installer/
H A DSemaphoreLocker.h14 inline bool Lock(sem_id* lockable) function in class:SemaphoreLocking
/haiku/src/kits/package/hpkg/
H A DBlockBufferPoolNoLock.cpp30 BBlockBufferPoolNoLock::Lock() function in class:BPackageKit::BHPKG::BBlockBufferPoolNoLock
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.h32 bool Lock() { return fLock.Lock(); } function in class:BPrivate::VirtualDirectoryManager
H A DLockingList.h72 LockingList<T>::Lock() function in class:BPrivate::LockingList
/haiku/headers/private/debugger/value/
H A DValueNodeContainer.h29 inline bool Lock() { return fLock.Lock(); } function in class:ValueNodeContainer
/haiku/src/apps/debugger/user_interface/gui/connection_config/
H A DConnectionConfigHandlerRoster.h28 bool Lock() { return fLock.Lock(); } function in class:ConnectionConfigHandlerRoster
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h58 recursive_lock& Lock() { return fLock; } function in class:BlockAllocator
/haiku/headers/private/kernel/util/
H A DThreadAutoLock.h19 inline bool Lock(Thread* thread) function in class:BPrivate::ThreadCPUPinLocking
/haiku/src/system/boot/platform/riscv/
H A Dsmp.h23 bool Lock() function in struct:Mutex
/haiku/src/kits/debugger/dwarf/
H A DDwarfManager.h25 bool Lock() { return fLock.Lock(); } function in class:DwarfManager
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutlock.c174 AcpiUtCreateRwLock( ACPI_RW_LOCK *Lock) argument
193 AcpiUtDeleteRwLock( ACPI_RW_LOCK *Lock) argument
225 AcpiUtAcquireReadLock( ACPI_RW_LOCK *Lock) argument
251 AcpiUtReleaseReadLock( ACPI_RW_LOCK *Lock) argument
293 AcpiUtAcquireWriteLock( ACPI_RW_LOCK *Lock) argument
305 AcpiUtReleaseWriteLock( ACPI_RW_LOCK *Lock) argument
[all...]
/haiku/src/servers/app/font/
H A DAppFontManager.h36 bool Lock() { return BLocker::Lock(); } function in class:AppFontManager
/haiku/headers/private/tracker/
H A DAutoLock.h87 bool Lock() function in class:AutoLock
/haiku/headers/private/userlandfs/shared/
H A DRecursiveLock.h36 bool Lock(void) function in class:UserlandFSUtil::RecursiveLock
/haiku/src/servers/print/
H A DResourceManager.cpp54 Resource::Lock() { function in class:Resource
/haiku/src/system/kernel/arch/x86/paging/
H A DX86VMTranslationMap.cpp52 X86VMTranslationMap::Lock() function in class:X86VMTranslationMap
/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.cpp52 ARMVMTranslationMap::Lock() function in class:ARMVMTranslationMap
/haiku/headers/os/support/
H A DAutolock.h77 BAutolock::Lock() function in class:BAutolock
/haiku/headers/private/debugger/debug_info/
H A DGlobalTypeLookup.h82 GlobalTypeCache::Lock() function in class:GlobalTypeCache
/haiku/headers/private/debugger/model/
H A DTargetHost.h27 bool Lock() { return fLock.Lock(); } function in class:TargetHost
/haiku/headers/private/debugger/settings/generic/
H A DSettings.h33 bool Lock() { return fLock.Lock(); } function in class:Settings

Completed in 184 milliseconds

123456