Searched refs:HostEvent (Results 1 – 1 of 1) sorted by relevance
206 class HostEvent : public internal::EventInterface { class208 HostEvent() : notification_(std::make_shared<absl::Notification>()) {} in HostEvent() function in stream_executor::host::HostEvent221 return std::unique_ptr<internal::EventInterface>(new HostEvent()); in CreateEventImplementation()224 static HostEvent *AsHostEvent(Event *event) { in AsHostEvent()226 return static_cast<HostEvent *>(event->implementation()); in AsHostEvent()