Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
H A Dsslproto.py24 SHUTDOWN = "SHUTDOWN" variable in SSLProtocolState
444 elif self._state == SSLProtocolState.SHUTDOWN:
472 self._set_state(SSLProtocolState.SHUTDOWN)
475 elif self._state == SSLProtocolState.SHUTDOWN:
516 new_state == SSLProtocolState.SHUTDOWN
609 SSLProtocolState.SHUTDOWN,
630 SSLProtocolState.SHUTDOWN
638 self._set_state(SSLProtocolState.SHUTDOWN)
675 SSLProtocolState.SHUTDOWN,
[all...]
/third_party/toybox/toys/pending/
H A 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/
H A Dmanagers.py477 SHUTDOWN = 2 variable in State
519 elif self._state.value == State.SHUTDOWN:
543 elif self._state.value == State.SHUTDOWN:
649 elif self._state.value == State.SHUTDOWN:
688 state.value = State.SHUTDOWN
1351 elif self._state.value == State.SHUTDOWN:
/third_party/openssl/test/helpers/
H A 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/
H A Derrno.rs481 pub const SHUTDOWN: Self = Self::from_errno(errno::ESHUTDOWN); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs964 pub const SHUTDOWN: Self = Self(c::ESHUTDOWN); consts
/third_party/libuv/include/
H A Duv.h183 XX(SHUTDOWN, shutdown) \
/third_party/libuv/include/uv_ndk/
H A Duv.h178 XX(SHUTDOWN, shutdown) \
/third_party/node/deps/uv/include/
H A Duv.h178 XX(SHUTDOWN, shutdown) \

Completed in 17 milliseconds