Searched refs:B_TIMED_OUT (Results 126 - 136 of 136) sorted by path

123456

/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp254 if (status == B_TIMED_OUT)
H A Dport.cpp727 if (status == B_TIMED_OUT)
728 return B_TIMED_OUT;
H A Dsem.cpp776 return B_TIMED_OUT;
H A Dsignal.cpp2126 if (error == B_WOULD_BLOCK || error == B_TIMED_OUT) {
H A Dthread.cpp1424 if (status == B_TIMED_OUT || status == B_WOULD_BLOCK)
2875 thread_unblock(thread, B_TIMED_OUT);
2946 uses \c B_INTERRUPTED. When the timeout occurred, \c B_TIMED_OUT is
2987 if (error != B_TIMED_OUT && useTimer)
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp192 return B_TIMED_OUT;
340 return error == B_TIMED_OUT ? EBUSY : error;
370 return error == B_TIMED_OUT ? EBUSY : error;
401 return error == B_TIMED_OUT ? EBUSY : error;
431 return error == B_TIMED_OUT ? EBUSY : error;
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c72 case B_TIMED_OUT:
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp2286 } while (status == B_TIMED_OUT || status == B_INTERRUPTED);
/haiku/src/tests/kits/shared/
H A DMemoryRingIOTest.cpp122 CHK(fRing.WaitForRead(timeout) == B_TIMED_OUT);
126 CHK(fRing.WaitForWrite(timeout) == B_TIMED_OUT);
/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest2.cpp174 CPPUNIT_ASSERT(theLocker->LockWithTimeout(SNOOZE_TIME/10) == B_TIMED_OUT);
/haiku/src/tools/cppunit/
H A DTestUtils.cpp139 case B_TIMED_OUT:
140 str = "B_TIMED_OUT";

Completed in 114 milliseconds

123456