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