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

Method SyncAll

preempt/src/xqueue/launch_worker.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void LaunchWorker::SyncAll()
75{
76 std::unique_lock<MutexLock> lock(*mtx_);
77 SyncAllWithLock(std::move(lock));
78}
79
80void LaunchWorker::SyncCmd(std::shared_ptr<HwCommand> hw_cmd)
81{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected