Searched refs:Lock (Results 151 - 175 of 732) sorted by path

1234567891011>>

/haiku/src/apps/terminal/
H A DTerminalRoster.cpp109 TerminalRoster::Lock() function in class:TerminalRoster
112 bool locked = fLock.Lock();
H A DTerminalRoster.h52 bool Lock();
/haiku/src/apps/text_search/
H A DModel.cpp67 status = file.Lock();
132 status = file.Lock();
239 status = file.Lock();
273 status = file.Lock();
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp207 Lock();
H A DBrowsingHistory.cpp175 if (sDefaultInstance.Lock()) {
H A DCredentialsStorage.cpp152 if (sPersistentInstance.Lock()) {
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp425 if (fWindow && fWindow->Lock()) {
/haiku/src/bin/bfs_tools/lib/
H A DCache.h103 status_t Lock(T data) function in class:Cache
/haiku/src/bin/
H A Dclipboard.cpp176 if (!be_clipboard->Lock()) {
213 if (!be_clipboard->Lock()) {
252 if (be_clipboard->Lock()) {
283 if (!be_clipboard->Lock()) {
308 if (!be_clipboard->Lock()) {
H A Dspybmessage.cpp105 win->Lock();
123 be_app->Lock();
/haiku/src/bin/keymap/
H A DKeymap.cpp910 "# Lock settings\n"
/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/build/libbe/support/
H A DLocker.cpp96 BLocker::Lock() function in class:BLocker
264 // BLocker::LockWithTimeout() times out, all other Lock*() attempts
/haiku/src/kits/app/
H A DAppServerLink.cpp33 sLock.Lock();
H A DApplication.cpp315 Lock();
323 if (looper->Lock())
611 printf("ERROR - you must Lock the application object before calling "
614 if (!Lock())
1150 if (!Lock())
1528 // we can still call Lock() on the invalid pointer, and it
1530 if (!window->Lock())
1550 if (window->Lock())
1575 Lock();
H A DClipboard.cpp149 BClipboard::Lock() function in class:BClipboard
152 // fLock.Lock() ?
153 bool locked = fLock.Lock();
H A DHandler.cpp426 if (looper != NULL && looper->Lock()) {
H A DLooperList.cpp37 BLooperList::Lock() function in class:BPrivate::BLooperList
39 return fLock.Lock();
67 looper->Lock();
70 looper->Lock();
H A DMessageQueue.cpp24 fLock("BMessageQueue Lock")
31 if (!Lock())
162 BMessageQueue::Lock() function in class:BMessageQueue
164 return fLock.Lock();
H A DMessenger.cpp119 if (looper != NULL && looper->Lock()) {
/haiku/src/kits/debug/
H A DDebugLooper.cpp50 lock.Lock();
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp143 teamLocker.Lock();
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp301 fReportGenerator->Lock();
1033 locker.Lock();
1983 locker.Lock();
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp746 sourceCode->Lock();
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp134 teamLocker.Lock();
146 teamLocker.Lock();
165 teamLocker.Lock();
172 teamLocker.Lock();
207 teamLocker.Lock();
270 teamLocker.Lock();
368 teamLocker.Lock();
468 teamLocker.Lock();

Completed in 257 milliseconds

1234567891011>>