Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c152 static bool setnonblock(int fd, int nonblock) { in setnonblock() function
392 if (nonblocking && !setnonblock(fd, 1)) in read_all()
414 if (!setnonblock(fd, 0)) in read_all()
423 setnonblock(fd, 0); in read_all()

Completed in 5 milliseconds