Searched defs:xs_handle (Results 1 – 3 of 3) sorted by relevance
50 struct xs_handle { struct52 int fd;59 pthread_t read_thr;60 int read_thr_exists;66 struct list_head watch_list;67 pthread_mutex_t watch_mutex;71 int watch_pipe[2];73 bool unwatch_filter;80 struct list_head reply_list;126 struct xs_handle { struct[all …]
16 static struct xs_handle *xs_handle = NULL; variable
47 struct xs_handle *xs_handle; member
Completed in 8 milliseconds