Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 25 of 28) sorted by relevance

12

/sysdeps/pthread/
A Dtst-abstime.c37 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 Dtst-mutex5.c84 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 Dtst-mutex9.c147 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 Dtst-join3.c64 TEST_COMPARE (val, ETIMEDOUT); in do_test_clock()
80 TEST_COMPARE (val, ETIMEDOUT); in do_test_clock()
A Dthrd_priv.h36 case ETIMEDOUT: in thrd_err_map()
A Dtst-cond11.c70 TEST_COMPARE (pthread_cond_timedwait (&cond, &mut, &ts_timeout), ETIMEDOUT); in run_test()
74 ETIMEDOUT); in run_test()
A Dtst-cond27.c51 ETIMEDOUT); in do_test_clock()
A Dtst-rwlock12.c151 if (e != ETIMEDOUT) in do_test()
169 if (e != ETIMEDOUT) in do_test()
A Dtst-sem10.c63 if (errno != ETIMEDOUT) in do_test()
A Dtst-sem5.c50 TEST_COMPARE (errno, ETIMEDOUT); in do_test_clock()
A Dtst-join15.c77 ? ETIMEDOUT : EINVAL; in do_test()
A Dtst-robust10.c39 if (ret != ETIMEDOUT) in thr()
A Dtst-cond5.c86 else if (err != ETIMEDOUT) in do_test()
A Dtst-kill2.c66 if (pthread_cond_timedwait (&c, &m, &ts) != ETIMEDOUT) in tf()
A Dtst-kill3.c81 if (pthread_cond_timedwait (&c, &m, &ts) != ETIMEDOUT) in tf()
A Dtst-cond15.c63 if ((err != 0 && p == NULL) || (err != ETIMEDOUT && p != NULL)) in tf()
/sysdeps/mach/htl/
A Dpt-timedblock.c51 return ETIMEDOUT; in __pthread_timedblock()
65 return ETIMEDOUT; in __pthread_timedblock()
/sysdeps/nptl/
A Dfutex-internal.h154 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 Daio_misc.h63 else if (status == ETIMEDOUT) \
A Dgai_misc.h64 else if (status == ETIMEDOUT) \
/sysdeps/htl/
A Dsem-timedwait.c86 err = ETIMEDOUT; in __sem_timedwait_internal()
145 err = ETIMEDOUT; in __sem_timedwait_internal()
A Dpt-cond-timedwait.c172 assert (err == ETIMEDOUT); in __pthread_cond_timedwait_internal()
180 assert (err == ETIMEDOUT); in __pthread_cond_timedwait_internal()
A Dpt-rwlock-timedwrlock.c93 assert (err == ETIMEDOUT); in __pthread_rwlock_timedwrlock_internal()
A Dpt-rwlock-timedrdlock.c107 assert (err == ETIMEDOUT); in __pthread_rwlock_timedrdlock_internal()
/sysdeps/mach/hurd/bits/
A Derrno.h96 ETIMEDOUT = 0x4000003c, /* Connection timed out */ enumerator
293 #define ETIMEDOUT 0x4000003c macro

Completed in 17 milliseconds

12