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

Method Start

src/task/include/task_fsm.hpp:159–162  ·  view source on GitHub ↗

* @brief 启动 FSM(在 TCB 完全构造后调用) */

Source from the content-addressed store, hash-verified

157 * @brief 启动 FSM(在 TCB 完全构造后调用)
158 */
159 auto Start() -> void {
160 fsm_.start();
161 cached_state_.store(fsm_.get_state_id(), std::memory_order_release);
162 }
163
164 /**
165 * @brief 向 FSM 发送消息

Callers 2

CloneMethod · 0.80
TaskControlBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected