Home
last modified time | relevance | path

Searched defs:kShutdownBit (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dlockfree_event.h65 enum State { kClosureNotReady = 0, kClosureReady = 2, kShutdownBit = 1 }; enumerator
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dlockfree_event.h65 enum State { kClosureNotReady = 0, kClosureReady = 2, kShutdownBit = 1 }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dlockfree_event.h64 enum State { kClosureNotReady = 0, kClosureReady = 2, kShutdownBit = 1 }; enumerator
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dlockfree_event.h64 enum State { kClosureNotReady = 0, kClosureReady = 2, kShutdownBit = 1 }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/event_engine_shims/
Dendpoint.cc54 constexpr int64_t kShutdownBit = static_cast<int64_t>(1) << 32; variable
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/event_engine_shims/
H A Dendpoint.cc59 constexpr int64_t kShutdownBit = static_cast<int64_t>(1) << 32; variable