Searched defs:xs_handle (Results 1 – 3 of 3) sorted by relevance
56 struct xs_handle { struct58 int fd;65 pthread_t read_thr;66 int read_thr_exists;72 struct list_head watch_list;73 pthread_mutex_t watch_mutex;77 int watch_pipe[2];79 bool unwatch_filter;86 struct list_head reply_list;132 struct xs_handle { struct[all …]
16 static struct xs_handle *xs_handle = NULL; variable
47 struct xs_handle *xs_handle; member
Completed in 5 milliseconds