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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c78 pthread_mutex_t plugin_mutex = PTHREAD_MUTEX_INITIALIZER; variable
358 (void) pthread_mutex_lock(&plugin_mutex);
364 (void) pthread_mutex_unlock(&plugin_mutex);
593 (void) pthread_mutex_lock(&plugin_mutex);
685 (void) pthread_mutex_unlock(&plugin_mutex);
822 (void) pthread_mutex_lock(&plugin_mutex);
825 (void) pthread_mutex_unlock(&plugin_mutex);
/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c105 pthread_mutex_t plugin_mutex; /* for plugin_t list */ variable
261 (void) pthread_mutex_init(&plugin_mutex, NULL);
292 * while under the plugin_mutex lock to avoid a race
300 (void) pthread_mutex_lock(&plugin_mutex);
303 (void) pthread_mutex_lock(&plugin_mutex);
310 (void) pthread_mutex_unlock(&plugin_mutex);

Completed in 77 milliseconds