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

Method Synchronize

platforms/ascend/hal/src/acl_command.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void AclCommand::Synchronize()
14{
15 XASSERT(following_event_ != nullptr,
16 "following_event_ is nullptr, EnableSynchronization() should be called first");
17 ACL_ASSERT(Driver::rtSynchronizeEvent(following_event_));
18}
19
20bool AclCommand::Synchronizable()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected