Searched refs:RETURN_AND_TEST_CANCEL (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/shared/
H A Dsyscall_utils.h19 #define RETURN_AND_TEST_CANCEL(err) \ macro
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp128 RETURN_AND_TEST_CANCEL(cond_wait(cond, _mutex, 0, B_INFINITE_TIMEOUT));
137 RETURN_AND_TEST_CANCEL(EINVAL);
153 RETURN_AND_TEST_CANCEL(cond_wait(cond, mutex, flags, timeoutMicros));
H A Dpthread.cpp208 RETURN_AND_TEST_CANCEL(ESRCH);
216 RETURN_AND_TEST_CANCEL(error);
/haiku/src/system/libroot/posix/time/
H A Dclock_support.cpp110 RETURN_AND_TEST_CANCEL(EINVAL);
142 RETURN_AND_TEST_CANCEL(error);

Completed in 84 milliseconds