Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditd/
H A Dqueue.c48 (void) pthread_mutex_init(&q->auq_lock, NULL); in audit_queue_init()
64 (void) pthread_mutex_lock(&q->auq_lock); in audit_enqueue()
87 (void) pthread_mutex_unlock(&q->auq_lock); in audit_enqueue()
97 (void) pthread_mutex_lock(&q->auq_lock); in audit_dequeue()
104 (void) pthread_mutex_unlock(&q->auq_lock); in audit_dequeue()
117 (void) pthread_mutex_unlock(&q->auq_lock); in audit_dequeue()
161 (void) pthread_mutex_lock(&q->auq_lock); in audit_queue_size()
163 (void) pthread_mutex_unlock(&q->auq_lock); in audit_queue_size()
172 (void) pthread_mutex_destroy(&q->auq_lock); in audit_queue_destroy()
H A Dqueue.h71 pthread_mutex_t auq_lock; member