Searched defs:transq_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c78 pthread_mutex_t transq_lock = PTHREAD_MUTEX_INITIALIZER; variable
897 (void) pthread_mutex_lock(&transq_lock);
899 (void) pthread_mutex_unlock(&transq_lock);
907 (void) pthread_mutex_unlock(&transq_lock);
915 (void) pthread_mutex_lock(&transq_lock);
917 (void) pthread_mutex_unlock(&transq_lock);
1116 (void) pthread_mutex_lock(&transq_lock);
1203 (void) pthread_mutex_unlock(&transq_lock);
1334 (void) pthread_mutex_lock(&transq_lock);
1338 (void) pthread_mutex_unlock(&transq_lock);
[all...]

Completed in 60 milliseconds