| 148 | } |
| 149 | |
| 150 | void vvl::Queue::NotifyAndWait(const Location& loc, uint64_t until_seq) { |
| 151 | Notify(until_seq); |
| 152 | Wait(loc, until_seq); |
| 153 | } |
| 154 | |
| 155 | std::optional<vvl::SemaphoreInfo> vvl::Queue::FindTimelineWaitWithoutResolvingSignal(uint64_t until_seq) const { |
| 156 | // A simple optimization for a long sequence of submits without host waits. |