Searched refs:LockWithTimeout (Results 26 - 38 of 38) sorted by relevance

12

/haiku/src/kits/app/
H A DHandler.cpp447 status_t status = looper->LockWithTimeout(timeout);
H A DLooper.cpp645 BLooper::LockWithTimeout(bigtime_t timeout) function in class:BLooper
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp445 if (!l || l->LockWithTimeout(500000) != B_OK)
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp548 if (!LockWithTimeout(10000)) {
549 ERROR("MixerCore: LockWithTimeout failed\n");
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp642 status_t err = fManager->LockWithTimeout(10000);
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp877 status_t err = m_lock.LockWithTimeout(timeout);
H A DNodeManager.cpp1571 status_t err = LockWithTimeout(timeout);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp965 if (teamMenu->Window()->LockWithTimeout(50000) == B_OK) {
/haiku/src/apps/mediaplayer/
H A DController.cpp373 if (LockWithTimeout(5000) != B_OK)
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp587 if (LockWithTimeout(kIconAnimateInterval / lastHeight) != B_OK)
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1445 if (fScreenshotWindow->LockWithTimeout(1000) != B_OK)
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp7045 if (MyAppPntr->LockWithTimeout (100000) != B_OK)
7371 if (MyAppPntr == NULL || MyAppPntr->LockWithTimeout (100000) != B_OK)
7714 if (MyAppPntr == NULL || MyAppPntr->LockWithTimeout (2000000) != B_OK)
/haiku/src/servers/app/
H A DDesktop.cpp955 status_t status = fDirectScreenLock.LockWithTimeout(1000000L);
3678 status_t status = fDirectScreenLock.LockWithTimeout(1000000L);

Completed in 176 milliseconds

12