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

Function td_softdep_cleanup

freebsd/sys/proc.h:1239–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237
1238extern void (*softdep_ast_cleanup)(struct thread *);
1239static __inline void
1240td_softdep_cleanup(struct thread *td)
1241{
1242
1243 if (td->td_su != NULL && softdep_ast_cleanup != NULL)
1244 softdep_ast_cleanup(td);
1245}
1246
1247#define PROC_ID_PID 0
1248#define PROC_ID_GROUP 1

Callers 4

proc_dtorFunction · 0.85
astFunction · 0.85
thread_dtorFunction · 0.85
exit1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected