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

Function many_tasks_work

tests/system_test/stress_test.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29std::atomic<int> g_many_tasks_counter{0};
30
31void many_tasks_work(void* /*arg*/) {
32 g_many_tasks_counter++;
33 sys_exit(0);
34}
35
36void test_many_tasks(void* /*arg*/) {
37 klog::Info("=== Stress: Many Tasks Test ===");

Callers

nothing calls this directly

Calls 1

sys_exitFunction · 0.85

Tested by

no test coverage detected