Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/syslogd/
H A Dsyslogd.c215 static pthread_t sys_thread; /* queues messages from us */ variable
3011 if (pthread_create(&sys_thread, &sys_attr, sys_poll, NULL) != 0) { in init()