| 16 | } |
| 17 | |
| 18 | void CorexCommand::Synchronize() |
| 19 | { |
| 20 | XASSERT(following_event_ != nullptr, |
| 21 | "following_event_ is nullptr, EnableSynchronization() should be called first"); |
| 22 | COREXRT_ASSERT(RtDriver::EventSynchronize(following_event_)); |
| 23 | } |
| 24 | |
| 25 | bool CorexCommand::Synchronizable() |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected