RossComputerGuy/stardustos

View on GitHub
newland/arch/x86/src/proc.c

Summary

Maintainability
Test Coverage

The function processes_cleanup is never used.
Invalid

void processes_cleanup() {
Severity: Minor
Found in newland/arch/x86/src/proc.c by cppcheck

The function processes_cleanup is never used. (detailed CWE explanation)

The function proc_sigleave is never used.
Invalid

int proc_sigleave(proc_t** procptr) {
Severity: Minor
Found in newland/arch/x86/src/proc.c by cppcheck

The function proc_sigleave is never used. (detailed CWE explanation)

The function sched_getusage is never used.
Invalid

int sched_getusage(pid_t pid) {
Severity: Minor
Found in newland/arch/x86/src/proc.c by cppcheck

The function sched_getusage is never used. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status