Searched refs:sys_poll (Results 1 – 2 of 2) sorted by relevance
263 static void *sys_poll(void *ap);
613 sys_poll(void *ap) in sys_poll() function3011 if (pthread_create(&sys_thread, &sys_attr, sys_poll, NULL) != 0) { in init()