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

Function audit_thread_free

freebsd/security/audit/audit.c:781–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779}
780
781void
782audit_thread_free(struct thread *td)
783{
784
785 KASSERT(td->td_ar == NULL, ("audit_thread_free: td_ar != NULL"));
786 KASSERT((td->td_pflags & TDP_AUDITREC) == 0,
787 ("audit_thread_free: TDP_AUDITREC set"));
788}
789
790void
791audit_proc_coredump(struct thread *td, char *path, int errcode)

Callers 1

thread_dtorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected