Searched refs:read_message (Results 1 – 1 of 1) sorted by relevance
150 static int read_message(struct xs_handle *h, int nonblocking);453 if (!read_from_thread && (read_message(h, 0) == -1)) in read_reply()894 if ((read_message(h, nonblocking) == -1)) in read_watch_internal()1209 static int read_message(struct xs_handle *h, int nonblocking) in read_message() function1303 while (read_message(h, 0) != -1) in read_thread()
Completed in 4 milliseconds