Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/security/audit/
H A Daudit_bsd.h234 void _audit_mtx_destroy(struct mtx *mp);
239 #define mtx_destroy(mp) _audit_mtx_destroy(mp)
H A Daudit_bsd.c166 _audit_mtx_destroy(struct mtx *mp) in _audit_mtx_destroy() function