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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c613 sys_poll(void *ap) function
623 DPRINT1(1, "sys_poll(%u): sys_thread started\n", mythreadno);
3007 /* 2: sys_poll thread */
3011 if (pthread_create(&sys_thread, &sys_attr, sys_poll, NULL) != 0) {
3017 * We've started the sys_poll() and logmsg() threads. Now we are ready
3018 * to open the door. This cannot happen before spawning sys_poll(),
3021 * activate sys_poll() before opening the door, so that log driver

Completed in 72 milliseconds