| /third_party/ffmpeg/libavformat/ |
| H A D | network.h | 45 #define ETIMEDOUT WSAETIMEDOUT macro
|
| /third_party/musl/libc-test/src/functionalext/thread/ |
| H A D | pthread_rwlock_wrlock.c | 48 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 D | pthread_cond_timedwait.c | 70 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 D | winerrno.h | 58 #undef ETIMEDOUT macro 59 #define ETIMEDOUT WSAETIMEDOUT macro
|
| /third_party/skia/third_party/externals/microhttpd/src/include/ |
| H A D | w32functions.h | 150 #define ETIMEDOUT (MHDW32ERRBASE+36) macro
|
| /third_party/python/Modules/ |
| H A D | errnomodule.c | 35 #undef ETIMEDOUT macro
|
| /third_party/curl/lib/ |
| H A D | curl_setup_once.h | 375 #undef ETIMEDOUT /* override definition in errno.h */ macro 376 #define ETIMEDOUT WSAETIMEDOUT macro
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | setup_once.h | 417 # undef ETIMEDOUT /* override definition in errno.h */ macro 418 # define ETIMEDOUT WSAETIMEDOUT macro
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_pthread.h | 181 #undef ETIMEDOUT macro 182 #define ETIMEDOUT DNG_ETIMEDOUT macro
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
| H A D | mod.rs | 308 pub const ETIMEDOUT: ::c_int = 110; // connection timed out consts
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
| H A D | errno.h | 112 #define ETIMEDOUT 110 macro
|
| /third_party/musl/porting/liteos_m/kernel/include/bits/ |
| H A D | errno.h | 112 #define ETIMEDOUT 110 macro
|
| /third_party/musl/porting/liteos_a/kernel/include/bits/ |
| H A D | errno.h | 112 #define ETIMEDOUT 110 macro
|
| /third_party/musl/porting/liteos_m/user/include/bits/ |
| H A D | errno.h | 111 #define ETIMEDOUT 110 macro
|
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| H A D | errno.h | 112 #define ETIMEDOUT 110 macro
|
| /third_party/lwip/src/include/lwip/ |
| H A D | errno.h | 161 #define ETIMEDOUT 110 /* Connection timed out */ macro
|
| /third_party/musl/arch/generic/bits/ |
| H A D | errno.h | 111 #define ETIMEDOUT 110 macro
|
| /third_party/musl/arch/mipsn32/bits/ |
| H A D | errno.h | 115 #define ETIMEDOUT 145 macro
|
| /third_party/musl/arch/mips/bits/ |
| H A D | errno.h | 115 #define ETIMEDOUT 145 macro
|
| /third_party/musl/arch/mips64/bits/ |
| H A D | errno.h | 115 #define ETIMEDOUT 145 macro
|
| /third_party/musl/arch/powerpc/bits/ |
| H A D | errno.h | 111 #define ETIMEDOUT 110 macro
|
| /third_party/musl/arch/powerpc64/bits/ |
| H A D | errno.h | 111 #define ETIMEDOUT 110 macro
|
| /third_party/rust/crates/linux-raw-sys/src/aarch64/ |
| H A D | errno.rs | 112 pub const ETIMEDOUT: u32 = 110; consts
|
| /third_party/rust/crates/linux-raw-sys/src/riscv32/ |
| H A D | errno.rs | 112 pub const ETIMEDOUT: u32 = 110; consts
|
| /third_party/rust/crates/linux-raw-sys/src/riscv64/ |
| H A D | errno.rs | 112 pub const ETIMEDOUT: u32 = 110; consts
|