Searched refs:RETURN_AND_TEST_CANCEL (Results 1 – 4 of 4) sorted by relevance
129 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()
155 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()
103 RETURN_AND_TEST_CANCEL(EINVAL); in clock_nanosleep()131 RETURN_AND_TEST_CANCEL(error); in clock_nanosleep()
19 #define RETURN_AND_TEST_CANCEL(err) \ macro