Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dinit.c41 #define SHUTDOWN 0x40 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs481 pub const SHUTDOWN: Self = Self::from_errno(errno::ESHUTDOWN); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs964 pub const SHUTDOWN: Self = Self(c::ESHUTDOWN); constant
/third_party/openssl/test/helpers/
Dhandshake.c1065 SHUTDOWN, enumerator
/third_party/python/Lib/multiprocessing/
Dmanagers.py477 SHUTDOWN = 2 variable in State