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

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c77 pthread_mutex_t transq_lock = PTHREAD_MUTEX_INITIALIZER; variable
894 (void) pthread_mutex_lock(&transq_lock);
896 (void) pthread_mutex_unlock(&transq_lock);
904 (void) pthread_mutex_unlock(&transq_lock);
912 (void) pthread_mutex_lock(&transq_lock);
914 (void) pthread_mutex_unlock(&transq_lock);
1114 (void) pthread_mutex_lock(&transq_lock);
1201 (void) pthread_mutex_unlock(&transq_lock);
1340 (void) pthread_mutex_lock(&transq_lock);
1344 (void) pthread_mutex_unlock(&transq_lock);
[all...]
H A Daudit_remote.c89 extern pthread_mutex_t transq_lock;
654 (void) pthread_mutex_lock(&transq_lock);
658 (void) pthread_mutex_unlock(&transq_lock);
662 (void) pthread_mutex_unlock(&transq_lock);
892 (void) pthread_mutex_lock(&transq_lock);
894 (void) pthread_mutex_unlock(&transq_lock);

Completed in 317 milliseconds