sys_poll
if (pthread_create(&sys_thread, &sys_attr, sys_poll, NULL) != 0) {
static void *sys_poll(void *ap);