MCPcopy Create free account
hub / github.com/XpuOS/xsched / Synchronize

Method Synchronize

platforms/corex/hal/src/common/corex_command.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void 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
25bool CorexCommand::Synchronizable()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected