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

Method MsgSleep

src/task/include/task_messages.hpp:59–59  ·  view source on GitHub ↗

@name 构造/析构函数 @{

Source from the content-addressed store, hash-verified

57 /// @name 构造/析构函数
58 /// @{
59 explicit MsgSleep(uint64_t _wake_tick) : wake_tick(_wake_tick) {}
60 MsgSleep() = default;
61 MsgSleep(const MsgSleep&) = default;
62 MsgSleep(MsgSleep&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected