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

Method EnableSynchronization

platforms/vpi/hal/src/vpi_command.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26bool VpiCommand::EnableSynchronization()
27{
28 following_event_ = (VPIEvent)EventPool::Instance().Pop();
29 return following_event_ != nullptr;
30}
31
32VPIStatus VpiCommand::LaunchWrapper(VPIStream stream)
33{

Callers

nothing calls this directly

Calls 1

PopMethod · 0.45

Tested by

no test coverage detected