Searched refs:Unlock (Results 251 - 275 of 758) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/text_search/
H A DModel.cpp117 file.Unlock();
171 file.Unlock();
248 file.Unlock();
289 file.Unlock();
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h86 void Unlock() function in class:InodeReadLocker
/haiku/src/build/libbe/support/
H A DLocker.cpp42 // It is basically the number of times the thread must call Unlock() before
114 BLocker::Unlock() function in class:BLocker
248 // Unlock(), there is serious risk of a race condition.
250 // If the Unlock() sees a positive count and releases the semaphore
284 // by one. The recursive count is incremented because one more Unlock()
/haiku/headers/private/kernel/vm/
H A DVMCache.h91 void Unlock(bool consumerLocked = false);
302 Unlock();
320 Unlock();
328 Unlock(consumerLocked);
/haiku/src/apps/deskcalc/
H A DCalcApplication.cpp114 fCalcWindow->Unlock();
/haiku/src/apps/devices/
H A DPropertyList.cpp124 be_clipboard->Unlock();
/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp44 customBox->SetLabel(B_TRANSLATE("Unlock screen saver"));
57 BButton* button = new BButton(BRect(), "unlock", B_TRANSLATE("Unlock"),
83 Unlock();
H A DScreenBlanker.cpp119 fWindow->Unlock();
138 fWindow->Unlock();
248 fWindow->Unlock();
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp158 window->Unlock();
227 window->Unlock();
280 window->Unlock();
297 window->Unlock();
345 // Window()->Unlock();
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.h28 void Unlock() function in class:UnixEndpoint
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp90 fInkWindow->Unlock();
149 fInkWindow->Unlock();
153 fOwner->fDebugAlert->Unlock();
/haiku/src/kits/app/
H A DClipboard.cpp158 fLock.Unlock();
167 BClipboard::Unlock() function in class:BClipboard
169 fLock.Unlock();
/haiku/src/servers/registrar/
H A DMessagingService.cpp85 // Unlock
87 MessagingArea::Unlock() function in class:MessagingArea
455 area->Unlock();
458 area->Unlock();
/haiku/src/apps/mail/
H A DQueryList.cpp75 sQueryLooper->Unlock();
206 Unlock();
233 locker.Unlock();
/haiku/src/system/kernel/
H A Dkernel_daemon.cpp101 locker.Unlock();
211 locker.Unlock();
232 locker.Unlock();
H A Dsignal.cpp822 threadDebugInfoLocker.Unlock();
981 locker.Unlock();
982 teamLocker.Unlock();
990 locker.Unlock();
991 teamLocker.Unlock();
1010 locker.Unlock();
1028 teamLocker.Unlock();
1157 groupLocker.Unlock();
1164 locker.Unlock();
1218 teamLocker.Unlock();
[all...]
H A Dsem.cpp342 locker.Unlock();
383 listLocker.Unlock();
390 schedulerLocker.Unlock();
392 interruptsLocker.Unlock();
520 semLocker.Unlock();
663 semListLocker.Unlock();
795 schedulerLocker.Unlock();
805 schedulerLocker.Unlock();
818 semLocker.Unlock();
843 semLocker.Unlock();
[all...]
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp241 Unlock();
280 Unlock();
308 Unlock();
/haiku/src/servers/app/font/
H A DFontStyle.cpp101 fFontManager->Unlock();
119 FontStyle::Unlock() function in class:FontStyle
121 sFontLock.Unlock();
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp275 fTargetLock.Unlock();
299 fTargetLock.Unlock();
602 fTargetLock.Unlock();
607 fManager->Unlock();
630 fTargetLock.Unlock();
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp266 managerLocker.Unlock();
272 managerLocker.Unlock();
366 managerLocker.Unlock();
372 managerLocker.Unlock();
444 managerLocker.Unlock();
/haiku/src/system/kernel/vm/
H A Dvm.cpp87 inline void Unlock(VMCache* lockable) function in class:__anon9::AreaCacheLocking
137 Unlock();
170 void Unlock(VMCache* exceptCache = NULL) function in class:__anon9::VMCacheChainLocker
175 // Unlock caches in source -> consumer direction. This is important to
206 cache->Unlock(cache != fTopCache);
586 map->Unlock();
593 map->Unlock();
732 cacheChainLocker.Unlock(cache);
779 cacheChainLocker.Unlock(cache);
854 cacheChainLocker.Unlock(cach
[all...]
/haiku/src/apps/deskbar/
H A DBarApp.cpp146 fBarWindow->Unlock();
456 fBarWindow->Unlock();
463 fBarWindow->Unlock();
559 fBarWindow->Unlock();
574 fBarWindow->Unlock();
589 fBarWindow->Unlock();
612 fBarWindow->Unlock();
627 fBarWindow->Unlock();
642 fBarWindow->Unlock();
682 fBarWindow->Unlock();
[all...]
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp86 void Unlock() function in struct:ThreadSpinlock
214 sThreadSpinlock.Unlock();
317 locker.Unlock();
334 locker.Unlock();
415 sThreadSpinlock.Unlock();
642 locker.Unlock();
716 sThreadSpinlock.Unlock();
/haiku/headers/private/kernel/
H A Dthread_types.h322 void Unlock() function in struct:BKernel::Team
326 { Unlock(); ReleaseReference(); }
335 { LockTeamAndProcessGroup(); Unlock(); }
583 void Unlock() function in struct:BKernel::Thread
587 { Unlock(); ReleaseReference(); }
660 void Unlock() function in struct:BKernel::ProcessSession
683 void Unlock() function in struct:BKernel::ProcessGroup

Completed in 163 milliseconds

<<11121314151617181920>>