MCPcopy Create free account
hub / github.com/XpuOS/xsched / Start

Method Start

preempt/src/sched/executor.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14std::atomic_bool SchedExecutor::executing_(false);
15
16void SchedExecutor::Start()
17{
18 executing_.store(true);
19}
20
21void SchedExecutor::Stop()
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected