| 459 | } |
| 460 | |
| 461 | Error OS::kill(int p_pid) { |
| 462 | return ::OS::get_singleton()->kill(p_pid); |
| 463 | } |
| 464 | |
| 465 | bool OS::is_process_running(int p_pid) const { |
| 466 | return ::OS::get_singleton()->is_process_running(p_pid); |
no outgoing calls
no test coverage detected