Home
last modified time | relevance | path

Searched refs:is_shutdown (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_apple.cc65 bool is_shutdown = false; member
85 bool is_shutdown = false; member
168 while (!gGlobalRunLoopContext->is_shutdown) { in GlobalRunLoopFunc()
204 gGlobalRunLoopContext->is_shutdown = true; in pollset_global_shutdown()
239 while (!actual_worker.kicked && !apple_pollset->is_shutdown) { in pollset_work()
253 if (apple_pollset->is_shutdown && apple_pollset->workers.empty()) { in pollset_work()
312 apple_pollset->is_shutdown = true; in pollset_shutdown()
/external/rust/crates/tokio/src/time/driver/
Dmod.rs141 pub(super) is_shutdown: AtomicBool, field
199 assert!(!self.handle.is_shutdown()); in park_internal()
348 if self.is_shutdown() { in reregister()
406 if self.handle.is_shutdown() { in shutdown()
410 self.handle.get().is_shutdown.store(true, Ordering::SeqCst); in shutdown()
441 is_shutdown: AtomicBool::new(false), in new()
451 pub(super) fn is_shutdown(&self) -> bool { in is_shutdown() method
452 self.is_shutdown.load(Ordering::SeqCst) in is_shutdown()
Dhandle.rs30 pub(super) fn is_shutdown(&self) -> bool { in is_shutdown() method
31 self.inner.is_shutdown() in is_shutdown()
Dentry.rs546 if self.driver.is_shutdown() { in poll_elapsed()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dserver.pyx.pxi41 self.is_shutdown = False
121 self.is_shutdown = True
126 elif self.is_shutdown:
136 elif self.is_shutdown:
142 while not self.is_shutdown:
147 while not self.is_shutdown:
Dcompletion_queue.pyx.pxi84 self.is_shutdown = False
89 self.is_shutdown = True
116 while not self.is_shutdown:
Dcompletion_queue.pxd.pxi26 cdef bint is_shutdown
Dserver.pxd.pxi23 cdef bint is_shutdown # notification of complete shutdown received
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc360 static bool is_shutdown = false; in ShutdownProtobufLibrary() local
361 if (!is_shutdown) { in ShutdownProtobufLibrary()
363 is_shutdown = true; in ShutdownProtobufLibrary()
/external/rust/crates/tokio/src/runtime/thread_pool/
Dworker.rs54 is_shutdown: bool, field
144 is_shutdown: false, in create()
309 while !core.is_shutdown { in run()
397 while !core.is_shutdown { in park()
546 if !self.is_shutdown { in maintenance()
548 self.is_shutdown = worker.inject().is_closed(); in maintenance()
/external/rust/crates/tokio/src/io/driver/
Dscheduled_io.rs48 is_shutdown: bool, field
222 waiters.is_shutdown |= shutdown; in wake0()
329 if waiters.is_shutdown { in poll_readiness()
455 if waiters.is_shutdown {
/external/rust/crates/tokio/src/time/
Derror.rs61 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/cpuinfo/test/dmesg/
Dgalaxy-c9-pro.log171 [ 2.318120] [0: ssp_later_init: 352] [SSP] ssp_enable( 25): enable = 1, is_shutdown
175 [ 2.324412] [1: ssp_later_init: 352] [SSP] initialize_mcu( 133): is_shutdown = 0
Dgalaxy-a8-2018.log2653 [ 2.011791] [6: swapper/0: 1] [SSP] ssp_enable( 21): enable = 1, is_shutdown
2670 [ 2.018063] [6: swapper/0: 1] [SSP] initialize_mcu( 114): is_shutdown = 0