Home
last modified time | relevance | path

Searched defs:BarrierState (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/src/sync/
Dbarrier.rs51 struct BarrierState { struct
52 waker: watch::Sender<usize>,
53 arrived: usize,
54 generation: usize,
/external/rust/crates/spin/src/
Dbarrier.rs51 struct BarrierState { struct
52 count: usize,
53 generation_id: usize,
/external/tensorflow/tensorflow/core/distributed_runtime/coordination/
Dcoordination_service.cc165 struct BarrierState { struct in tensorflow::__anoneaef022c0111::CoordinationServiceStandaloneImpl
166 bool passed = false;
167 Status result = errors::Unknown(
169 uint64_t deadline_in_micros = 0;
170 int num_pending_tasks = 0;
174 tasks_at_barrier;
175 std::vector<StatusCallback> done_callbacks;