Searched refs:ETIMEDOUT (Results 1 – 25 of 28) sorted by relevance
12
/sysdeps/pthread/ |
A D | tst-abstime.c | 37 TEST_COMPARE (pthread_mutex_timedlock (&m1, &t), ETIMEDOUT); in th() 38 TEST_COMPARE (pthread_mutex_clocklock (&m1, CLOCK_REALTIME, &t), ETIMEDOUT); in th() 39 TEST_COMPARE (pthread_mutex_clocklock (&m1, CLOCK_MONOTONIC, &t), ETIMEDOUT); in th() 40 TEST_COMPARE (pthread_rwlock_timedrdlock (&rw1, &t), ETIMEDOUT); in th() 41 TEST_COMPARE (pthread_rwlock_timedwrlock (&rw2, &t), ETIMEDOUT); in th() 43 ETIMEDOUT); in th() 45 ETIMEDOUT); in th() 47 ETIMEDOUT); in th() 49 ETIMEDOUT); in th() 60 TEST_COMPARE (errno, ETIMEDOUT); in do_test() [all …]
|
A D | tst-mutex5.c | 84 if (tmo_result == ETIMEDOUT) in do_test_clock() 126 support_mutex_pi_monotonic () ? ETIMEDOUT : EINVAL; in do_test() 128 ETIMEDOUT; in do_test() 131 do_test_clock (CLOCK_USE_TIMEDLOCK, "timedlock", ETIMEDOUT); in do_test() 132 do_test_clock (CLOCK_REALTIME, "clocklock(realtime)", ETIMEDOUT); in do_test()
|
A D | tst-mutex9.c | 147 support_mutex_pi_monotonic () ? ETIMEDOUT : EINVAL; in do_test() 149 ETIMEDOUT; in do_test() 152 do_test_clock (CLOCK_USE_TIMEDLOCK, ETIMEDOUT); in do_test() 153 do_test_clock (CLOCK_REALTIME, ETIMEDOUT); in do_test()
|
A D | tst-join3.c | 64 TEST_COMPARE (val, ETIMEDOUT); in do_test_clock() 80 TEST_COMPARE (val, ETIMEDOUT); in do_test_clock()
|
A D | thrd_priv.h | 36 case ETIMEDOUT: in thrd_err_map()
|
A D | tst-cond11.c | 70 TEST_COMPARE (pthread_cond_timedwait (&cond, &mut, &ts_timeout), ETIMEDOUT); in run_test() 74 ETIMEDOUT); in run_test()
|
A D | tst-cond27.c | 51 ETIMEDOUT); in do_test_clock()
|
A D | tst-rwlock12.c | 151 if (e != ETIMEDOUT) in do_test() 169 if (e != ETIMEDOUT) in do_test()
|
A D | tst-sem10.c | 63 if (errno != ETIMEDOUT) in do_test()
|
A D | tst-sem5.c | 50 TEST_COMPARE (errno, ETIMEDOUT); in do_test_clock()
|
A D | tst-join15.c | 77 ? ETIMEDOUT : EINVAL; in do_test()
|
A D | tst-robust10.c | 39 if (ret != ETIMEDOUT) in thr()
|
A D | tst-cond5.c | 86 else if (err != ETIMEDOUT) in do_test()
|
A D | tst-kill2.c | 66 if (pthread_cond_timedwait (&c, &m, &ts) != ETIMEDOUT) in tf()
|
A D | tst-kill3.c | 81 if (pthread_cond_timedwait (&c, &m, &ts) != ETIMEDOUT) in tf()
|
A D | tst-cond15.c | 63 if ((err != 0 && p == NULL) || (err != ETIMEDOUT && p != NULL)) in tf()
|
/sysdeps/mach/htl/ |
A D | pt-timedblock.c | 51 return ETIMEDOUT; in __pthread_timedblock() 65 return ETIMEDOUT; in __pthread_timedblock()
|
/sysdeps/nptl/ |
A D | futex-internal.h | 154 case -ETIMEDOUT: /* Cannot have happened as we provided no timeout. */ in futex_wait() 271 case -ETIMEDOUT: in futex_unlock_pi() 327 if (err == EINVAL || err == ETIMEDOUT || err == EOVERFLOW) in __futex_clocklock64()
|
A D | aio_misc.h | 63 else if (status == ETIMEDOUT) \
|
A D | gai_misc.h | 64 else if (status == ETIMEDOUT) \
|
/sysdeps/htl/ |
A D | sem-timedwait.c | 86 err = ETIMEDOUT; in __sem_timedwait_internal() 145 err = ETIMEDOUT; in __sem_timedwait_internal()
|
A D | pt-cond-timedwait.c | 172 assert (err == ETIMEDOUT); in __pthread_cond_timedwait_internal() 180 assert (err == ETIMEDOUT); in __pthread_cond_timedwait_internal()
|
A D | pt-rwlock-timedwrlock.c | 93 assert (err == ETIMEDOUT); in __pthread_rwlock_timedwrlock_internal()
|
A D | pt-rwlock-timedrdlock.c | 107 assert (err == ETIMEDOUT); in __pthread_rwlock_timedrdlock_internal()
|
/sysdeps/mach/hurd/bits/ |
A D | errno.h | 96 ETIMEDOUT = 0x4000003c, /* Connection timed out */ enumerator 293 #define ETIMEDOUT 0x4000003c macro
|
Completed in 27 milliseconds
12