Searched refs:mtx_init (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.h246 #define mtx_init(mp, name, type, opts) \ macro
H A Daudit.c317 mtx_init(&audit_mtx, "audit_mtx", NULL, MTX_DEF);
H A Daudit_pipe.c176 #define AUDIT_PIPE_LOCK_INIT(ap) mtx_init(&(ap)->ap_mtx, \
H A Daudit_session.c279 #define AUDIT_SDEV_LOCK_INIT(asdev) mtx_init(&(asdev)->asdev_mtx, \

Completed in 28 milliseconds