Searched defs:Lock (Results 26 - 50 of 143) sorted by relevance

123456

/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterfaceRoster.h30 bool Lock() { return fLock.Lock(); } function in class:TargetHostInterfaceRoster
/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.cpp52 M68KVMTranslationMap::Lock() function in class:M68KVMTranslationMap
/haiku/src/kits/debugger/files/
H A DFileManager.h32 bool Lock() { return fLock.Lock(); } function in class:FileManager
/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCVMTranslationMap.cpp52 PPCVMTranslationMap::Lock() function in class:PPCVMTranslationMap
/haiku/src/servers/app/font/
H A DGlobalFontManager.h39 bool Lock() { return BLooper::Lock(); } function in class:GlobalFontManager
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.h23 bool Lock() function in class:UnixEndpoint
H A DUnixAddressManager.h58 bool Lock() function in class:UnixAddressManager
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.cpp65 Lockable::Lock() function in class:Lockable
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DVnodeToInode.h47 inline bool Lock(VnodeToInode* vti) function in class:VnodeToInodeLocking
83 VnodeToInode::Lock() function in class:VnodeToInode
H A DDirectoryCache.h94 DirectoryCache::Lock() function in class:DirectoryCache
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DNoJournal.cpp64 NoJournal::Lock(Transaction* owner, bool separateSubTransactions) function in class:NoJournal
/haiku/src/kits/app/
H A DMessageQueue.cpp162 BMessageQueue::Lock() function in class:BMessageQueue
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp60 FileSourceCode::Lock() function in class:FileSourceCode
/haiku/headers/private/debugger/model/
H A DAreaInfo.h35 uint32 Lock() const { return fLock; } function in class:AreaInfo
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamRoster.cpp94 CamRoster::Lock() function in class:CamRoster
/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
/haiku/headers/private/shared/
H A DRWLockManager.h58 bool Lock() { return fLock.Lock(); } function in class:BPrivate::RWLockManager
/haiku/src/apps/showimage/
H A DShowImageSettings.cpp38 ShowImageSettings::Lock() function in class:ShowImageSettings
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerRoster.h33 bool Lock() { return mutex_lock(&fLock) == B_OK; } function in class:IOSchedulerRoster
/haiku/src/system/kernel/scheduler/
H A Dscheduler_locking.h19 inline bool Lock(CPUEntry* cpu) function in class:Scheduler::CPURunQueueLocking
36 inline bool Lock(CoreEntry* core) function in class:Scheduler::CoreRunQueueLocking
52 inline bool Lock(CoreEntry* core) function in class:Scheduler::CoreCPUHeapLocking
68 bool Lock(int* /* lockable */) function in class:Scheduler::SchedulerModeLocking
96 bool Lock(int* lockable) function in class:Scheduler::InterruptsSchedulerModeLocking
127 bool Lock(int* lockable) function in class:Scheduler::InterruptsBigSchedulerLocking
/haiku/src/kits/support/
H A DLocker.cpp96 BLocker::Lock() function in class:BLocker
/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/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.cpp59 Journal::Lock(Transaction* owner) function in class:Journal
/haiku/src/bin/bfs_tools/lib/
H A DCache.h103 status_t Lock(T data) function in class:Cache

Completed in 212 milliseconds

123456