Home
last modified time | relevance | path

Searched defs:ETIMEDOUT (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/ffmpeg/libavformat/
H A Dnetwork.h45 #define ETIMEDOUT WSAETIMEDOUT macro
/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_rwlock_wrlock.c48 EXPECT_EQ(pthread_rwlock_clockwrlock(&w_rwlock1, CLOCK_REALTIME, &ts), ETIMEDOUT); in RwlockClockRealTimeOut2() local
98 EXPECT_EQ(pthread_rwlock_clockwrlock(&w_rwlock5, CLOCK_MONOTONIC, &ts), ETIMEDOUT); in RwlockClockMonotonicTimeOut2() local
147 EXPECT_EQ(pthread_rwlock_timedwrlock_monotonic_np(&w_rwlock3, &ts), ETIMEDOUT); in RwlockMonotonicTime2() local
186 EXPECT_EQ(pthread_rwlock_timedwrlock_monotonic_np(&w, &ts), ETIMEDOUT); in pthread_rwlock_timedwrlock_0010() local
205 EXPECT_EQ(pthread_rwlock_clockwrlock(&w, clock_id, &ts), ETIMEDOUT); in pthread_rwlock_timedwrlock_0020() local
224 EXPECT_EQ(pthread_rwlock_clockwrlock(&w, clock_id, &ts), ETIMEDOUT); in pthread_rwlock_timedwrlock_0030() local
H A Dpthread_cond_timedwait.c70 EXPECT_EQ(pthread_cond_timedwait(&cond, &mutex, &ts), ETIMEDOUT); in pthread_cond_timedwait_0010() local
120 EXPECT_EQ(__pthread_cond_timedwait_time64(&cond, &mutex, &ts), ETIMEDOUT); in pthread_cond_timedwait_time64_0010() local
145 EXPECT_EQ(pthread_cond_timedwait_monotonic_np(&cond, &mutex, &ts), ETIMEDOUT); in pthread_cond_timedwait_monotonic_np_0010() local
177 EXPECT_EQ(pthread_cond_timeout_np(&cond, &mutex, ms), ETIMEDOUT); in pthread_cond_timeout_np_0010() local
203 EXPECT_EQ(pthread_cond_clockwait(&cond, &mutex, clock_id, &ts), ETIMEDOUT); in pthread_cond_clockwait_0010() local
205 EXPECT_EQ(pthread_cond_clockwait(&cond, &mutex, clock_id, &ts), ETIMEDOUT); in pthread_cond_clockwait_0010() local
226 EXPECT_EQ(pthread_cond_timedwait_monotonic_np(&cond, &mutex, &ts), ETIMEDOUT); in pthread_cond_timedwait_Time_0010() local
285 EXPECT_EQ(pthread_cond_clockwait(&c_cond2, &c_mtx2, clock_id, &ts), ETIMEDOUT); in ClockWaitTimeOut() local
363 EXPECT_EQ(pthread_cond_clockwait(&c_cond2, &c_mtx10, clock_id, &ts), ETIMEDOUT); in ClockWaitTimeOut2() local
401 EXPECT_EQ(pthread_cond_clockwait(&c_cond4, &c_mtx4, clock_id, &ts), ETIMEDOUT); in ClockWaitTimeMismatch() local
467 EXPECT_EQ(pthread_cond_clockwait(&c_cond6, &c_mtx6, CLOCK_REALTIME, &ts), ETIMEDOUT); ClockWaitTimeMismatch3() local
587 EXPECT_EQ(pthread_cond_timedwait_monotonic_np(&m_cond2, &m_mtx2, &ts), ETIMEDOUT); PthreadCondMonotonicTimeOut() local
693 EXPECT_EQ(pthread_cond_timeout_np(&u_cond2, &u_mtx2, ms), ETIMEDOUT); PthreadCondUnsignedTimeOut() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h58 #undef ETIMEDOUT macro
59 #define ETIMEDOUT WSAETIMEDOUT macro
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h150 #define ETIMEDOUT (MHDW32ERRBASE+36) macro
/third_party/python/Modules/
H A Derrnomodule.c35 #undef ETIMEDOUT macro
/third_party/curl/lib/
H A Dcurl_setup_once.h375 #undef ETIMEDOUT /* override definition in errno.h */ macro
376 #define ETIMEDOUT WSAETIMEDOUT macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h417 # undef ETIMEDOUT /* override definition in errno.h */ macro
418 # define ETIMEDOUT WSAETIMEDOUT macro
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.h181 #undef ETIMEDOUT macro
182 #define ETIMEDOUT DNG_ETIMEDOUT macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs308 pub const ETIMEDOUT: ::c_int = 110; // connection timed out consts
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h112 #define ETIMEDOUT 110 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h112 #define ETIMEDOUT 110 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h112 #define ETIMEDOUT 110 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h111 #define ETIMEDOUT 110 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h112 #define ETIMEDOUT 110 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h161 #define ETIMEDOUT 110 /* Connection timed out */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h111 #define ETIMEDOUT 110 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h115 #define ETIMEDOUT 145 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h115 #define ETIMEDOUT 145 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h115 #define ETIMEDOUT 145 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h111 #define ETIMEDOUT 110 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h111 #define ETIMEDOUT 110 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs112 pub const ETIMEDOUT: u32 = 110; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs112 pub const ETIMEDOUT: u32 = 110; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs112 pub const ETIMEDOUT: u32 = 110; consts

Completed in 14 milliseconds

1234