Searched refs:nonblock (Results 1 – 3 of 3) sorted by relevance
| /tools/libs/light/ |
| A D | libxl.c | 706 int libxl_fd_set_nonblock(libxl_ctx *ctx, int fd, int nonblock) in libxl_fd_set_nonblock() argument 707 { return fd_set_flags(ctx,fd, F_GETFL,F_SETFL,"FL", O_NONBLOCK, nonblock); } in libxl_fd_set_nonblock()
|
| /tools/libs/store/ |
| A D | xs.c | 167 static bool setnonblock(int fd, int nonblock) in setnonblock() argument 174 if (nonblock) in setnonblock()
|
| /tools/include/ |
| A D | libxl.h | 2988 int libxl_fd_set_nonblock(libxl_ctx *ctx, int fd, int nonblock);
|
Completed in 13 milliseconds