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

Method MsgExit

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

@name 构造/析构函数 @{

Source from the content-addressed store, hash-verified

97 /// @name 构造/析构函数
98 /// @{
99 MsgExit(int _exit_code, bool _has_parent)
100 : exit_code(_exit_code), has_parent(_has_parent) {}
101 MsgExit() = default;
102 MsgExit(const MsgExit&) = default;
103 MsgExit(MsgExit&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected