Searched defs:poller_s (Results 1 – 1 of 1) sorted by relevance
102 static struct poller_s { struct103 pthread_mutex_t mt;104 pthread_cond_t cv;105 pthread_t polling_tid;106 int notify_pipe[2];107 int doreset;108 int doexit;109 int nclients;110 struct listdata_s **list;111 int list_len;[all …]