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

/freebsd-11.0-release/contrib/openbsm/bin/auditdistd/
H A Dsender.c84 static pthread_rwlock_t adist_remote_lock; variable
105 rw_init(&adist_remote_lock);
307 rw_wlock(&adist_remote_lock);
313 rw_unlock(&adist_remote_lock);
323 rw_wlock(&adist_remote_lock);
329 rw_unlock(&adist_remote_lock);
340 rw_unlock(&adist_remote_lock);
500 rw_rlock(&adist_remote_lock);
502 rw_unlock(&adist_remote_lock);
505 rw_unlock(&adist_remote_lock);
[all...]

Completed in 61 milliseconds