Searched refs:Unlock (Results 101 - 125 of 758) sorted by relevance

1234567891011>>

/haiku/headers/private/storage/
H A DDiskSystemAddOnManager.h24 void Unlock();
/haiku/headers/private/userlandfs/shared/
H A DRecursiveLock.h41 void Unlock(void) function in class:UserlandFSUtil::RecursiveLock
/haiku/src/apps/showimage/
H A DShowImageSettings.h25 void Unlock();
/haiku/src/libs/glut/
H A DglutCursor.cpp54 gState.currentWindow->Window()->Unlock();
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerRoster.h34 void Unlock() { mutex_unlock(&fLock); } function in class:IOSchedulerRoster
/haiku/src/tests/kits/app/blooper/
H A DRemoveCommonFilterTest.cpp47 Looper.Unlock();
/haiku/src/tests/kits/app/bmessagequeue/
H A DMessageQueueTestCase.h41 virtual ~SafetyLock() {if (theMessageQueue != NULL) theMessageQueue->Unlock(); };
/haiku/src/tests/kits/app/bmessenger/
H A DHelpers.h67 looper->Unlock();
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.h18 void Unlock();
/haiku/headers/os/app/
H A DMessageQueue.h29 void Unlock();
/haiku/src/preferences/mail/
H A DAutoConfigWindow.cpp104 fParentWindow->Unlock();
120 fParentWindow->Unlock();
164 fParentWindow->Unlock();
208 fParentWindow->Unlock();
/haiku/headers/os/support/
H A DLocker.h24 void Unlock();
/haiku/headers/private/debugger/files/
H A DLocatableEntry.h31 virtual void Unlock() = 0;
/haiku/headers/private/debugger/model/
H A DFileSourceCode.h32 virtual void Unlock();
/haiku/headers/private/shared/
H A Dlocks.h114 inline void Unlock(struct mutex *lock) function in class:MutexLocking
130 inline void Unlock(recursive_lock *lockable) function in class:RecursiveLockLocking
146 inline void Unlock(struct rw_lock *lock) function in class:RWLockReadLocking
160 inline void Unlock(struct rw_lock *lock) function in class:RWLockWriteLocking
/haiku/src/tests/kits/app/bhandler/
H A DUnlockLooperTest.cpp26 looper actually exists before trying to call Unlock() on it.
55 Looper.Unlock();
/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCVMTranslationMap.h26 virtual void Unlock();
/haiku/headers/build/os/support/
H A DLocker.h24 void Unlock();
/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.h31 virtual void Unlock() final;
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp114 MessagingArea::Unlock() function in class:MessagingArea
294 MessagingService::Unlock() function in class:MessagingService
336 fFirstArea->Unlock();
411 area->Unlock();
437 area->Unlock();
469 fLastArea->Unlock();
475 fLastArea->Unlock();
483 area->Unlock();
509 sMessagingService->Unlock();
577 sMessagingService->Unlock();
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp105 Stack::Unlock() function in class:Stack
123 Unlock();
131 Unlock();
145 Unlock();
150 Unlock();
167 Unlock();
179 Unlock();
188 Unlock();
420 Unlock();
430 Unlock();
[all...]
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.cpp174 endpointLocker.Unlock();
182 targetLocker.Unlock();
251 endpointLocker.Unlock();
279 targetLocker.Unlock();
293 fifoLocker.Unlock();
300 targetLocker.Unlock();
369 endpointLocker.Unlock();
387 fifoLocker.Unlock();
400 endpointLocker.Unlock();
403 originLocker.Unlock();
[all...]
/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest1.cpp178 theLocker->Unlock();
183 theLocker->Unlock();
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.h33 void Unlock() { fLock.Unlock(); } function in class:BPrivate::VirtualDirectoryManager
/haiku/src/apps/powerstatus/
H A DDriverInterface.cpp110 fListLocker.Unlock();
113 fListLocker.Unlock();

Completed in 101 milliseconds

1234567891011>>