Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
bool VpiCommand::EnableSynchronization()
27
{
28
following_event_ = (VPIEvent)EventPool::Instance().Pop();
29
return following_event_ != nullptr;
30
}
31
32
VPIStatus VpiCommand::LaunchWrapper(VPIStream stream)
33
{
Callers
nothing calls this directly
Calls
1
Pop
Method · 0.45
Tested by
no test coverage detected