Searched refs:log_mutex (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libldap4/ber/
H A Di18n.c17 static pthread_mutex_t log_mutex; variable
/osnet-11/usr/src/lib/libldap4/util/
H A Dlog.c27 static pthread_mutex_t log_mutex; variable
42 pthread_mutex_t log_mutex; member in struct:_logctx
67 pthread_mutex_init(&log_mutex, NULL);
90 pthread_mutex_init(&(returnCtx->log_mutex), NULL);
129 pthread_mutex_lock(&log_mutex);
166 pthread_mutex_unlock(&log_mutex);
/osnet-11/usr/src/lib/libldap5/sources/ldap/util/
H A Dlog.c27 static pthread_mutex_t log_mutex; variable
42 pthread_mutex_t log_mutex; member in struct:_logctx
67 pthread_mutex_init(&log_mutex, NULL);
90 pthread_mutex_init(&(returnCtx->log_mutex), NULL);
129 pthread_mutex_lock(&log_mutex);
166 pthread_mutex_unlock(&log_mutex);
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c95 * current list is in use, activeDir is protected by log_mutex.
121 pthread_mutex_t log_mutex; /* protects activeDir */ member in struct:plg_ctrl
370 (void) pthread_mutex_lock(&(ctrl->log_mutex));
383 (void) pthread_mutex_unlock(&(ctrl->log_mutex));
540 * The caller must hold log_mutex while calling open_log.
676 * log_mutex must be held by the caller
817 (void) pthread_mutex_lock(&(ctrl->log_mutex));
957 (void) pthread_mutex_unlock(&(ctrl->log_mutex));
1022 (void) pthread_mutex_init(&(ctrl->log_mutex), NULL);
1052 (void) pthread_mutex_lock(&(ctrl->log_mutex));
[all...]
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c66 static pthread_mutex_t log_mutex; variable
119 * Caller must hold log_mutex.
186 (void) pthread_mutex_lock(&log_mutex);
188 (void) pthread_mutex_unlock(&log_mutex);
833 (void) pthread_mutex_init(&log_mutex, NULL);
841 (void) pthread_mutex_lock(&log_mutex);
846 (void) pthread_mutex_unlock(&log_mutex);
857 (void) pthread_mutex_lock(&log_mutex);
862 (void) pthread_mutex_unlock(&log_mutex);
874 (void) pthread_mutex_destroy(&log_mutex);
[all...]

Completed in 37 milliseconds