Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp129 RETURN_AND_TEST_CANCEL(cond_wait(cond, _mutex, 0, B_INFINITE_TIMEOUT)); in pthread_cond_wait()
139 RETURN_AND_TEST_CANCEL(EINVAL); in pthread_cond_clockwait()
153 RETURN_AND_TEST_CANCEL(cond_wait(cond, mutex, flags, timeoutMicros)); in pthread_cond_clockwait()
H A Dpthread.cpp155 RETURN_AND_TEST_CANCEL(ESRCH); in __pthread_join()
157 RETURN_AND_TEST_CANCEL(ETIMEDOUT); in __pthread_join()
159 RETURN_AND_TEST_CANCEL(status); in __pthread_join()
167 RETURN_AND_TEST_CANCEL(B_OK); in __pthread_join()
368 RETURN_AND_TEST_CANCEL(EINVAL); in pthread_timedjoin_np()
/haiku/src/system/libroot/posix/time/
H A Dclock_support.cpp103 RETURN_AND_TEST_CANCEL(EINVAL); in clock_nanosleep()
131 RETURN_AND_TEST_CANCEL(error); in clock_nanosleep()
/haiku/headers/private/shared/
H A Dsyscall_utils.h19 #define RETURN_AND_TEST_CANCEL(err) \ macro