Searched refs:nonblock (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl.c | 704 int libxl_fd_set_nonblock(libxl_ctx *ctx, int fd, int nonblock) in libxl_fd_set_nonblock() argument 705 { return fd_set_flags(ctx,fd, F_GETFL,F_SETFL,"FL", O_NONBLOCK, nonblock); } in libxl_fd_set_nonblock()
|
A D | libxl.h | 2321 int libxl_fd_set_nonblock(libxl_ctx *ctx, int fd, int nonblock);
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xs.c | 152 static bool setnonblock(int fd, int nonblock) { in setnonblock() argument 157 if (nonblock) in setnonblock()
|
Completed in 10 milliseconds