/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/io/ |
D | scheduled_io.rs | 313 let is_shutdown = SHUTDOWN.unpack(curr) != 0; in poll_readiness() localVariable 334 let is_shutdown = SHUTDOWN.unpack(curr) != 0; in poll_readiness() localVariable 442 let is_shutdown = SHUTDOWN.unpack(curr) != 0; in poll() localVariable 464 let is_shutdown = SHUTDOWN.unpack(curr) != 0; in poll() localVariable 530 let is_shutdown = SHUTDOWN.unpack(curr) != 0; in poll() localVariable
|
D | registration_set.rs | 17 is_shutdown: bool, field 44 pub(super) fn is_shutdown(&self, synced: &Synced) -> bool { in is_shutdown() method
|
D | driver.rs | 54 pub(super) is_shutdown: bool, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | ev_apple.cc | 68 bool is_shutdown = false; member 88 bool is_shutdown = false; member
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | ev_apple.cc | 68 bool is_shutdown = false; member 88 bool is_shutdown = false; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/time/ |
D | mod.rs | 124 pub(super) is_shutdown: AtomicBool, field 460 pub(super) fn is_shutdown(&self) -> bool { in is_shutdown() method
|
D | handle.rs | 17 pub(super) fn is_shutdown(&self) -> bool { in is_shutdown() method
|
/aosp_15_r20/external/trusty/lk/kernel/vm/ |
D | res_group.h | 34 bool is_shutdown; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/time/ |
D | error.rs | 63 pub fn is_shutdown(&self) -> bool { in is_shutdown() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thread_pool/ |
D | original_thread_pool.cc | 196 void OriginalThreadPool::Queue::SetShutdown(bool is_shutdown) { in SetShutdown()
|
D | work_stealing_thread_pool.cc | 173 bool is_shutdown) { in SetShutdown()
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/ |
D | ping_pong.rs | 202 pub(crate) fn is_shutdown(&self) -> bool { in is_shutdown() method
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/thread_pool/ |
H A D | work_stealing_thread_pool.cc | 295 bool is_shutdown) { in SetShutdown()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-task/src/ |
D | spawn.rs | 81 pub fn is_shutdown(&self) -> bool { in is_shutdown() method
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | message_lite.cc | 591 static bool is_shutdown = false; in ShutdownProtobufLibrary() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | message_lite.cc | 591 static bool is_shutdown = false; in ShutdownProtobufLibrary() local
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fixtures/ |
H A D | http_proxy_fixture.cc | 74 std::atomic<bool> is_shutdown{false}; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/ |
D | worker.rs | 124 is_shutdown: bool, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
D | worker.rs | 91 pub(super) is_shutdown: bool, field
|