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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_session.c308 static struct rwlock audit_sdev_lock; variable in typeref:struct:rwlock
310 #define AUDIT_SDEV_LIST_LOCK_INIT() rw_init(&audit_sdev_lock, \
312 #define AUDIT_SDEV_LIST_RLOCK() rw_rlock(&audit_sdev_lock)
313 #define AUDIT_SDEV_LIST_RUNLOCK() rw_runlock(&audit_sdev_lock)
314 #define AUDIT_SDEV_LIST_WLOCK() rw_wlock(&audit_sdev_lock)
315 #define AUDIT_SDEV_LIST_WLOCK_ASSERT() rw_assert(&audit_sdev_lock, \
317 #define AUDIT_SDEV_LIST_WUNLOCK() rw_wunlock(&audit_sdev_lock)

Completed in 20 milliseconds