MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / CpuSchedData

Method CpuSchedData

src/task/include/task_manager.hpp:71–71  ·  view source on GitHub ↗

@name 构造/析构函数 @{

Source from the content-addressed store, hash-verified

69 /// @name 构造/析构函数
70 /// @{
71 CpuSchedData() = default;
72 CpuSchedData(const CpuSchedData&) = delete;
73 CpuSchedData(CpuSchedData&&) = delete;
74 auto operator=(const CpuSchedData&) -> CpuSchedData& = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected