| 41 | } |
| 42 | |
| 43 | void CudaQueueLv2::OnPreemptLevelChange(XPreemptLevel level) |
| 44 | { |
| 45 | XASSERT(level <= kPreemptLevelDeactivate, "unsupported level: %d", level); |
| 46 | level_ = level; |
| 47 | } |
| 48 | |
| 49 | void CudaQueueLv2::OnHwCommandSubmit(std::shared_ptr<preempt::HwCommand> hw_cmd) |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected