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

Function zombie_child_work

tests/system_test/zombie_reap_test.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26// ---------------------------------------------------------------------------
27
28void zombie_child_work(void* /*arg*/) {
29 klog::Info("zombie_child_work: exiting with code 77");
30 sys_exit(77);
31}
32
33void test_zombie_reap(void* /*arg*/) {
34 klog::Info("=== Zombie Reap Test ===");

Callers

nothing calls this directly

Calls 2

InfoFunction · 0.85
sys_exitFunction · 0.85

Tested by

no test coverage detected