Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsender.c85 static pthread_mutex_t adist_remote_mtx; variable
106 mtx_init(&adist_remote_mtx); in init_environment()
308 mtx_lock(&adist_remote_mtx); in sender_connect()
312 mtx_unlock(&adist_remote_mtx); in sender_connect()
334 mtx_lock(&adist_remote_mtx); in sender_disconnect()
339 mtx_unlock(&adist_remote_mtx); in sender_disconnect()
386 mtx_lock(&adist_remote_mtx); in read_thread_wait()
394 cv_wait(&adist_remote_cond, &adist_remote_mtx); in read_thread_wait()
399 mtx_unlock(&adist_remote_mtx); in read_thread_wait()
407 mtx_lock(&adist_remote_mtx); in read_thread_wait()
[all …]