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

Method Synchronizable

platforms/cudla/hal/src/cudla_command.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24bool CudlaCommand::Synchronizable()
25{
26 return following_event_ != nullptr;
27}
28
29bool CudlaCommand::EnableSynchronization()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected