Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h254 static void *sys_poll(void *ap);
H A Dsyslogd.c611 sys_poll(void *ap) in sys_poll() function
2998 if (pthread_create(&sys_thread, &sys_attr, sys_poll, NULL) != 0) { in init()