Home
last modified time | relevance | path

Searched defs:LOG_NOWAIT (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h56 #define LOG_NOWAIT 0x10 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h56 #define LOG_NOWAIT 0x10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h56 #define LOG_NOWAIT 0x10 macro
/third_party/musl/include/
Dsyslog.h56 #define LOG_NOWAIT 0x10 macro
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1455 pub const LOG_NOWAIT: ::c_int = 64 << 12; constant
/third_party/rust/crates/libc/src/unix/
Dmod.rs287 pub const LOG_NOWAIT: ::c_int = 0x10; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1375 pub const LOG_NOWAIT: ::c_int = 0x10; constant