Home
last modified time | relevance | path

Searched defs:STICKY_TIMEOUTS (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
Dpersonality.h15 #define STICKY_TIMEOUTS 0x4000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dpersonality.h15 #define STICKY_TIMEOUTS 0x4000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dpersonality.h15 #define STICKY_TIMEOUTS 0x4000000 macro
/third_party/musl/include/sys/
Dpersonality.h17 #define STICKY_TIMEOUTS 0x4000000 macro
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1174 pub const STICKY_TIMEOUTS: ::c_int = 0x4000000; constant