Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
364
void
365
cpu_thread_free(struct thread *td)
366
{
367
368
cpu_thread_clean(td);
369
}
370
371
bool
372
cpu_exec_vmspace_reuse(struct proc *p, vm_map_t map)
Callers
nothing calls this directly
Calls
1
cpu_thread_clean
Function · 0.70
Tested by
no test coverage detected