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

Function run_tests_smp

tests/system_test/main.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void run_tests_smp() {
234 for (const auto& test : test_cases) {
235 if (test.is_smp_test) {
236 test.func();
237 }
238 }
239}
240
241auto main_smp(int argc, const char** argv) -> int {
242 per_cpu::GetCurrentCore() = per_cpu::PerCpu(cpu_io::GetCurrentCoreId());

Callers 1

main_smpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected