Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c215 static pthread_t log_thread; /* message processing thread */ variable
2978 if (pthread_create(&log_thread, &log_attr, logmsg, NULL) != 0) { in init()