Searched refs:_audit_mtx_destroy (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.h245 void _audit_mtx_destroy(struct mtx *mp);
250 #define mtx_destroy(mp) _audit_mtx_destroy(mp)
H A Daudit_bsd.c339 _audit_mtx_destroy(struct mtx *mp) function

Completed in 19 milliseconds