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

Function rapid_exit_work

tests/system_test/stress_test.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138// ---------------------------------------------------------------------------
139
140void rapid_exit_work(void* arg) {
141 int code = static_cast<int>(reinterpret_cast<uint64_t>(arg));
142 sys_exit(code);
143}
144
145void test_rapid_create_exit(void* /*arg*/) {
146 klog::Info("=== Stress: Rapid Create/Exit Test ===");

Callers

nothing calls this directly

Calls 1

sys_exitFunction · 0.85

Tested by

no test coverage detected