Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XpuOS/xsched
/ SyncCmd
Method
SyncCmd
preempt/src/xqueue/launch_worker.cpp:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void LaunchWorker::SyncCmd(std::shared_ptr<HwCommand> hw_cmd)
81
{
82
std::unique_lock<MutexLock> lock(*mtx_);
83
SyncCmdWithLock(std::move(lock), hw_cmd);
84
}
85
86
void LaunchWorker::WorkerLoop()
87
{
Callers
1
Wait
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected