Home
last modified time | relevance | path

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

/dflybsd-src/contrib/xz/src/xz/
H A Dfile_io.c241 io_wait(file_pair *pair, int timeout, bool is_reading) in io_wait() function
714 const io_wait_ret ret = io_wait(pair, -1, true); in io_open_src_real()
1150 switch (io_wait(pair, timeout, true)) { in io_read()
1240 if (io_wait(pair, -1, false) == IO_WAIT_MORE) in io_write_buf()