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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c215 static pthread_t sys_thread; /* queues messages from us */ variable
623 DPRINT1(1, "sys_poll(%u): sys_thread started\n", mythreadno);
1194 DPRINT3(5, "formatsys(%u): sys_thread enqueued msg "
3011 if (pthread_create(&sys_thread, &sys_attr, sys_poll, NULL) != 0) {

Completed in 70 milliseconds