MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_sys_exit

Function sys_sys_exit

freebsd/kern/kern_exit.c:190–196  ·  view source on GitHub ↗

* exit -- death of process. */

Source from the content-addressed store, hash-verified

188 * exit -- death of process.
189 */
190void
191sys_sys_exit(struct thread *td, struct sys_exit_args *uap)
192{
193
194 exit1(td, uap->rval, 0);
195 /* NOTREACHED */
196}
197
198/*
199 * Exit: deallocate address space and other resources, change proc state to

Callers

nothing calls this directly

Calls 1

exit1Function · 0.85

Tested by

no test coverage detected