Home
last modified time | relevance | path

Searched defs:is_shutdown (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/tokio/src/runtime/io/
Dscheduled_io.rs298 let is_shutdown = SHUTDOWN.unpack(curr) != 0; in poll_readiness() localVariable
325 let is_shutdown = SHUTDOWN.unpack(curr) != 0; in poll_readiness() localVariable
437 let is_shutdown = SHUTDOWN.unpack(curr) != 0; localVariable
455 let is_shutdown = SHUTDOWN.unpack(curr) != 0; localVariable
520 let is_shutdown = SHUTDOWN.unpack(curr) != 0; localVariable
Dmod.rs63 is_shutdown: bool, field
68 is_shutdown: bool, field
/external/rust/crates/tokio/src/runtime/time/
Dhandle.rs17 pub(super) fn is_shutdown(&self) -> bool { in is_shutdown() method
Dmod.rs97 pub(super) is_shutdown: AtomicBool, field
410 pub(super) fn is_shutdown(&self) -> bool { in is_shutdown() method
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_apple.cc68 bool is_shutdown = false; member
88 bool is_shutdown = false; member
/external/rust/crates/tokio/src/time/
Derror.rs64 pub fn is_shutdown(&self) -> bool { in is_shutdown() method
/external/rust/crates/futures-task/src/
Dspawn.rs81 pub fn is_shutdown(&self) -> bool { in is_shutdown() method
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc591 static bool is_shutdown = false; in ShutdownProtobufLibrary() local
/external/cronet/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc595 static bool is_shutdown = false; in ShutdownProtobufLibrary() local
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs105 is_shutdown: bool, field