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

Function thread_cow_free

freebsd/kern/kern_thread.c:806–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804}
805
806void
807thread_cow_free(struct thread *td)
808{
809
810 if (td->td_realucred != NULL)
811 crcowfree(td);
812 if (td->td_limit != NULL)
813 lim_free(td->td_limit);
814}
815
816void
817thread_cow_update(struct thread *td)

Callers 2

thread_waitFunction · 0.85
thread_createFunction · 0.85

Calls 2

crcowfreeFunction · 0.85
lim_freeFunction · 0.70

Tested by

no test coverage detected