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

Function cpu_thread_free

freebsd/amd64/amd64/vm_machdep.c:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void
365cpu_thread_free(struct thread *td)
366{
367
368 cpu_thread_clean(td);
369}
370
371bool
372cpu_exec_vmspace_reuse(struct proc *p, vm_map_t map)

Callers

nothing calls this directly

Calls 1

cpu_thread_cleanFunction · 0.70

Tested by

no test coverage detected