Home
last modified time | relevance | path

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

/tools/libs/light/
A Dlibxl.c706 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 Dxs.c167 static bool setnonblock(int fd, int nonblock) in setnonblock() argument
174 if (nonblock) in setnonblock()
/tools/include/
A Dlibxl.h2988 int libxl_fd_set_nonblock(libxl_ctx *ctx, int fd, int nonblock);

Completed in 13 milliseconds