Searched defs:Lock (Results 1 - 25 of 143) sorted by path

123456

/haiku/headers/build/os/app/
H A DLooper.h23 bool Lock() { return true; } function in class:BLooper
/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 DAreaInfo.h35 uint32 Lock() const { return fLock; } function in class:AreaInfo
H A DTargetHost.h27 bool Lock() { return fLock.Lock(); } function in class:TargetHost
H A DTeam.h113 bool Lock() { return fLock.Lock(); } function in class:Team
/haiku/headers/private/debugger/settings/generic/
H A DSettings.h33 bool Lock() { return fLock.Lock(); } function in class:Settings
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterfaceRoster.h30 bool Lock() { return fLock.Lock(); } function in class:TargetHostInterfaceRoster
/haiku/headers/private/debugger/util/
H A DWorker.h147 bool Lock() { return fLock.Lock(); } function in class:Worker
/haiku/headers/private/debugger/value/
H A DValueNodeContainer.h29 inline bool Lock() { return fLock.Lock(); } function in class:ValueNodeContainer
/haiku/headers/private/fs_shell/
H A Dfssh_auto_locker.h18 inline bool Lock(Lockable *lockable) function in class:FSShell::AutoLockerStandardLocking
33 inline bool Lock(Lockable *lockable) function in class:FSShell::AutoLockerReadLocking
48 inline bool Lock(Lockable *lockable) function in class:FSShell::AutoLockerWriteLocking
117 inline bool Lock() function in class:FSShell::AutoLocker
H A Dfssh_lock.h92 inline bool Lock(fssh_mutex *lockable) function in class:FSShell::MutexLocking
109 inline bool Lock(fssh_recursive_lock *lockable) function in class:FSShell::RecursiveLockLocking
125 inline bool Lock(fssh_rw_lock *lockable) function in class:FSShell::ReadWriteLockReadLocking
138 inline bool Lock(fssh_rw_lock *lockable) function in class:FSShell::ReadWriteLockWriteLocking
/haiku/headers/private/interface/
H A DToolTipManager.h30 bool Lock() { return fLock.Lock(); } function in class:BToolTipManager
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceUtils.h110 inline bool Lock(KPartition *partition) function in class:BPrivate::DiskDevice::AutoLockerPartitionRegistration
132 inline bool Lock(KDiskSystem *diskSystem) function in class:BPrivate::DiskDevice::AutoLockerDiskSystemLoading
/haiku/headers/private/libroot/
H A Duser_group.h70 inline bool Lock(int*) function in class:BPrivate::UserGroupLocking
/haiku/headers/private/shared/
H A DPthreadMutexLocker.h22 inline bool Lock(pthread_mutex_t* lockable) function in class:BPrivate::AutoLockerMutexLocking
H A DRWLockManager.h58 bool Lock() { return fLock.Lock(); } function in class:BPrivate::RWLockManager
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/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/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp610 Device::Lock() function in class:Device
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h198 Volume::Lock() function in class:Volume
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.cpp59 Journal::Lock(Transaction* owner) function in class:Journal
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h50 rw_lock* Lock() { return &fLock; } function in class:Inode
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DNoJournal.cpp64 NoJournal::Lock(Transaction* owner, bool separateSubTransactions) function in class:NoJournal

Completed in 194 milliseconds

123456