Searched refs:EventHasBeenRecorded (Results 1 – 2 of 2) sorted by relevance
41 bool BufferSequencingEvent::EventHasBeenRecorded() const { in EventHasBeenRecorded() function in xla::BufferSequencingEvent47 CHECK(EventHasBeenRecorded()); in sequence_number()57 absl::Condition(this, &BufferSequencingEvent::EventHasBeenRecorded)); in WaitForEventOnStream()77 absl::Condition(this, &BufferSequencingEvent::EventHasBeenRecorded)); in DefinedOn()91 absl::Condition(this, &BufferSequencingEvent::EventHasBeenRecorded)); in IsComplete()
100 bool EventHasBeenRecorded() const TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);