Home
last modified time | relevance | path

Searched refs:read_message (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c150 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() function
1303 while (read_message(h, 0) != -1) in read_thread()

Completed in 4 milliseconds