Searched refs:sys_thread (Results 1 – 1 of 1) sorted by relevance
215 static pthread_t sys_thread; /* queues messages from us */ variable3011 if (pthread_create(&sys_thread, &sys_attr, sys_poll, NULL) != 0) { in init()