Searched refs:Lock (Results 176 - 200 of 732) sorted by relevance

1234567891011>>

/haiku/src/servers/keystore/
H A DKeyring.h24 void Lock();
/haiku/headers/private/app/
H A DLooperList.h30 bool Lock();
/haiku/src/system/kernel/arch/x86/paging/
H A DX86VMTranslationMap.cpp52 X86VMTranslationMap::Lock() function in class:X86VMTranslationMap
54 TRACE("%p->X86VMTranslationMap::Lock()\n", this);
/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.cpp52 ARMVMTranslationMap::Lock() function in class:ARMVMTranslationMap
54 TRACE("%p->ARMVMTranslationMap::Lock()\n", this);
/haiku/src/bin/screen_blanker/
H A DScreenBlanker.cpp117 if (fWindow->Lock()) {
129 if (fWindow->Lock()) {
242 if (fWindow->Lock()) {
312 if (fWindow->Lock())
/haiku/src/kits/media/legacy/
H A DOldBufferStreamManager.h113 /* Lock the data structures associated with this StreamManager
115 bool Lock();
/haiku/headers/private/debugger/model/
H A DAreaInfo.h35 uint32 Lock() const { return fLock; } function in class:AreaInfo
H A DDisassembledCode.h23 virtual bool Lock();
/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.cpp52 M68KVMTranslationMap::Lock() function in class:M68KVMTranslationMap
54 TRACE("%p->M68KVMTranslationMap::Lock()\n", this);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.h25 status_t Lock(Transaction* owner);
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp50 Lock();
/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCVMTranslationMap.cpp52 PPCVMTranslationMap::Lock() function in class:PPCVMTranslationMap
54 TRACE("%p->PPCVMTranslationMap::Lock()\n", this);
/haiku/src/servers/launch/
H A DLog.h70 mutex& Lock() function in class:Log
/haiku/src/preferences/shortcuts/
H A DEditWindow.cpp72 if (Lock())
/haiku/headers/private/media/
H A DSharedBufferList.h27 status_t Lock();
/haiku/src/add-ons/print/transports/print_to_file/
H A DFileSelector.cpp121 Lock();
/haiku/src/servers/registrar/
H A DMessageRunnerManager.h46 bool Lock();
/haiku/src/kits/tracker/
H A DTests.cpp172 target->Lock();
203 if (!target->Lock())
229 target->Lock();
259 if (!target->Lock())
/haiku/src/apps/haikudepot/server/
H A DUserDetailVerifierProcess.cpp88 AutoLocker<BLocker> locker(fModel->Lock());
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp103 MessagingArea::Lock() function in class:MessagingArea
287 MessagingService::Lock() function in class:MessagingService
435 area->Lock();
452 area->Lock();
503 if (!sMessagingService->Lock())
570 if (!sMessagingService->Lock())
590 if (!sMessagingService->Lock())
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp68 if (fWin->Lock()) {
127 if (fWin->Lock()) {
165 bool locked = fWin->Lock();
186 if (fWin != NULL && fWin->Lock()) {
257 if (fWin->Lock()) {
276 if (fWin->Lock()) {
308 if (fWin->Lock()) {
320 fWin->Lock();
413 && fWin->Lock()) {
494 if (videoQualitySupport && fWin->Lock()) {
[all...]
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp93 if (!window->Lock())
238 if (!window->Lock())
250 window->Lock();
301 if (from->Window()->Lock()) {
303 if (to->Window()->Lock()) {
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp147 fCore->Lock();
164 fCore->Lock();
244 fCore->Lock();
278 fCore->Lock();
351 fCore->Lock();
423 fCore->Lock();
468 fCore->Lock();
503 fCore->Lock();
580 fCore->Lock();
667 fCore->Lock();
[all...]
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp85 fCookieHashMap->Lock();
145 if (!fCookieHashMap->Lock())
602 if (fCookieJar->fCookieHashMap->Lock()) {
632 if (fLastList && fCookieJar->fCookieHashMap->Lock()) {
650 if (fCookieJar->fCookieHashMap->Lock()) {
691 if (fCookieJar->fCookieHashMap->Lock()) {
785 if (fCookieJar->fCookieHashMap->Lock()) {
888 if (fCookieJar->fCookieHashMap->Lock()) {
912 if (fCookieJar->fCookieHashMap->Lock()) {
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp182 mutex &Lock() function in class:__anon2::XsiMessageQueue
502 // Lock the message queue itself and release both the ipc hash table lock
508 messageQueueLocker.SetTo(&messageQueue->Lock(), false);
515 mutex_lock(&messageQueue->Lock());
690 MutexLocker messageQueueLocker(messageQueue->Lock());
724 messageQueueHashLocker.Lock();
739 messageQueueLocker.Lock();
788 MutexLocker messageQueueLocker(messageQueue->Lock());
830 messageQueueHashLocker.Lock();
849 messageQueueLocker.Lock();
[all...]

Completed in 145 milliseconds

1234567891011>>