Searched refs:LockWithTimeout (Results 1 - 25 of 38) sorted by last modified time

12

/haiku/src/apps/mediaplayer/
H A DController.cpp373 if (LockWithTimeout(5000) != B_OK)
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1445 if (fScreenshotWindow->LockWithTimeout(1000) != B_OK)
/haiku/src/servers/app/
H A DDesktop.cpp955 status_t status = fDirectScreenLock.LockWithTimeout(1000000L);
3678 status_t status = fDirectScreenLock.LockWithTimeout(1000000L);
H A DDelayedMessage.cpp798 if (fLock.LockWithTimeout(30000) != B_OK) {
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp965 if (teamMenu->Window()->LockWithTimeout(50000) == B_OK) {
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1137 if (window->LockWithTimeout(200000) == B_OK) {
1322 if (LockWithTimeout(timeout) != B_OK)
1387 if (LockWithTimeout(timeout) == B_OK) {
1473 if (LockWithTimeout(200000) == B_OK) {
1567 if (LockWithTimeout(200000) == B_OK) {
1600 if (LockWithTimeout(200000) == B_OK) {
2197 if (w->LockWithTimeout(200000) == B_OK) {
2858 if (LockWithTimeout(200000) != B_OK)
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.cpp358 if (fLock.LockWithTimeout(LOCK_TIMEOUT_MICROS) != B_OK) {
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp1571 status_t err = LockWithTimeout(timeout);
H A DNodeGroup.cpp877 status_t err = m_lock.LockWithTimeout(timeout);
/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/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp642 status_t err = fManager->LockWithTimeout(10000);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp548 if (!LockWithTimeout(10000)) {
549 ERROR("MixerCore: LockWithTimeout failed\n");
H A DMixerSettings.cpp550 if (B_OK != fLocker->LockWithTimeout(200000))
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp587 if (LockWithTimeout(kIconAnimateInterval / lastHeight) != B_OK)
/haiku/src/kits/app/
H A DLooper.cpp645 BLooper::LockWithTimeout(bigtime_t timeout) function in class:BLooper
H A DMessenger.cpp139 status_t result = looper->LockWithTimeout(timeout);
H A DHandler.cpp447 status_t status = looper->LockWithTimeout(timeout);
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp345 if (fUpdateLock.LockWithTimeout(2000LL) >= B_OK) {
396 if (LockWithTimeout(1000000) >= B_OK) {
/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest2.cpp7 except it makes the first LockWithTimeout inside the threads timeout. The
136 * Based on these values, it may do a LockWithTimeout() or just
153 result = (theLocker->LockWithTimeout(1000000) == B_OK);
174 CPPUNIT_ASSERT(theLocker->LockWithTimeout(SNOOZE_TIME/10) == B_TIMED_OUT);
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp445 if (!l || l->LockWithTimeout(500000) != B_OK)
/haiku/src/build/libbe/support/
H A DLocker.cpp104 BLocker::LockWithTimeout(bigtime_t timeout) function in class:BLocker
260 // I looked at the LockWithTimeout() code, and it does not have
264 // BLocker::LockWithTimeout() times out, all other Lock*() attempts
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp209 if (Window()->LockWithTimeout(5000) == B_OK) {
/haiku/headers/build/os/support/
H A DLocker.h23 status_t LockWithTimeout(bigtime_t timeout);
/haiku/headers/os/app/
H A DLooper.h78 status_t LockWithTimeout(bigtime_t timeout);
/haiku/src/kits/media/legacy/
H A DOldMediaModule.cpp652 BMediaChannel::LockWithTimeout(bigtime_t) function in class:BMediaChannel

Completed in 200 milliseconds

12