Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1297 (void) pthread_mutex_lock(&f->filed_mutex); in logmsg()
1301 &f->filed_mutex); in logmsg()
1313 &f->filed_mutex); in logmsg()
1327 (void) pthread_mutex_unlock(&f->filed_mutex); in logmsg()
1401 (void) pthread_mutex_lock(&f->filed_mutex); in logmsg()
1407 (void) pthread_mutex_unlock(&f->filed_mutex); in logmsg()
1417 (void) pthread_mutex_unlock(&f->filed_mutex); in logmsg()
1425 (void) pthread_mutex_unlock(&f->filed_mutex); in logmsg()
1461 (void) pthread_mutex_lock(&f->filed_mutex); in logit()
1464 (void) pthread_mutex_unlock(&f->filed_mutex); in logit()
[all …]
H A Dsyslogd.h148 pthread_mutex_t filed_mutex; /* protects this filed */ member