Searched refs:Lock (Results 51 - 75 of 732) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.h33 bool Lock(); // non-blocking
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamRoster.h25 bool Lock();
27 // those must be called with Lock()
/haiku/src/servers/print/
H A DResourceManager.h35 bool Lock();
/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.h25 virtual bool Lock();
/haiku/src/system/kernel/vm/
H A DPageCacheLocker.cpp25 PageCacheLocker::Lock(vm_page* page, bool dontWait) function in class:PageCacheLocker
/haiku/src/tests/kits/app/bapplication/testapps/
H A DAppQuitTestApp3.cpp13 app->Lock();
/haiku/src/tests/kits/app/bhandler/
H A DLockLooperTestCommon.h41 fLooper->Lock();
/haiku/src/tests/kits/app/blooper/
H A DLooperForThreadTest.cpp30 Looper->Lock();
/haiku/src/tests/system/kernel/
H A Dlock_node_test.cpp22 status = node.Lock();
/haiku/src/tools/cppunit/
H A DTestApp.cpp20 fQueue.Lock();
107 Lock();
120 Lock();
155 app->Lock();
/haiku/src/servers/bluetooth/
H A DLocalDeviceHandler.cpp66 fEventsWanted.Lock();
77 fEventsWanted.Lock();
87 fEventsWanted.Lock();
143 fEventsWanted.Lock();
/haiku/headers/os/package/hpkg/
H A DBufferPool.h44 virtual bool Lock() = 0;
/haiku/headers/private/storage/mime/
H A DMimeEntryProcessor.h53 virtual bool Lock() = 0;
/haiku/src/system/kernel/arch/x86/paging/
H A DX86VMTranslationMap.h30 virtual bool Lock() final;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlockCache.cpp69 fLock.Lock();
110 fLock.Lock();
128 fLock.Lock();
154 fLock.Lock();
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardInputDevice.cpp50 if (fKeyboardWindow->Lock()) {
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DThreadLocal.cpp51 fMap->Lock();
68 fMap->Lock();
/haiku/src/system/kernel/messaging/
H A DMessagingService.h30 bool Lock();
64 bool Lock();
/haiku/src/tests/kits/app/bmessage/
H A DMessageDestructTest.cpp59 looper1->Lock();
78 looper1->Lock();
/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetWithTimeoutTester.cpp52 fLooper->Lock();
106 CHK(looper->Lock());
129 CHK(fLooper->Lock() == true);
171 CHK(fLooper->Lock() == true);
210 CHK(fLooper->Lock() == true);
252 CHK(fLooper->Lock() == true);
349 if (test6->fLooper->Lock()) {
368 if (test7->fLooper->Lock()) {
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DNoJournal.cpp64 NoJournal::Lock(Transaction* owner, bool separateSubTransactions) function in class:NoJournal
67 TRACE("NoJournal::Lock(): block_cache_sync: %s\n", strerror(status));
70 status = Journal::Lock(owner, separateSubTransactions);
/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
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterfaceRoster.h30 bool Lock() { return fLock.Lock(); } function in class:TargetHostInterfaceRoster
/haiku/headers/private/debugger/value/
H A DValueNodeContainer.h29 inline bool Lock() { return fLock.Lock(); } function in class:ValueNodeContainer

Completed in 123 milliseconds

1234567891011>>