Home
last modified time | relevance | path

Searched refs:SHUTDOWN (Results 1 – 9 of 9) sorted by relevance

/third_party/toybox/toys/pending/
Dinit.c41 #define SHUTDOWN 0x40 macro
315 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list()
318 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list()
333 run_action_from_list(SHUTDOWN); in set_default()
/third_party/python/Lib/multiprocessing/
Dmanagers.py477 SHUTDOWN = 2 variable in State
518 elif self._state.value == State.SHUTDOWN:
542 elif self._state.value == State.SHUTDOWN:
648 elif self._state.value == State.SHUTDOWN:
684 state.value = State.SHUTDOWN
1348 elif self._state.value == State.SHUTDOWN:
/third_party/openssl/test/helpers/
Dhandshake.c1065 SHUTDOWN, enumerator
1109 return SHUTDOWN; in next_phase()
1110 case SHUTDOWN: in next_phase()
1138 case SHUTDOWN: in do_connect_step()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs481 pub const SHUTDOWN: Self = Self::from_errno(errno::ESHUTDOWN); constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrVIS.td142 def SHUTDOWN : VISInst0<0b010000000, "shutdown">;
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs964 pub const SHUTDOWN: Self = Self(c::ESHUTDOWN); constant
/third_party/libuv/include/
Duv.h178 XX(SHUTDOWN, shutdown) \
/third_party/node/deps/uv/include/
Duv.h178 XX(SHUTDOWN, shutdown) \
/third_party/libuv/include/uv_ndk/
Duv.h178 XX(SHUTDOWN, shutdown) \