Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c145 int blocking; member
380 int blocking) in record_open_fd() argument
388 f->blocking = blocking; in record_open_fd()
949 recheck (struct File_spec *f, bool blocking) in recheck() argument
959 : open (f->name, O_RDONLY | (blocking ? 0 : O_NONBLOCK))); in recheck()
1083 record_open_fd (f, fd, 0, &new_stats, (is_stdin ? -1 : blocking)); in recheck()
1147 bool blocking = (!nbpids && follow_mode == Follow_descriptor in tail_forever() local
1172 recheck (&f[i], blocking); in tail_forever()
1180 if (f[i].blocking != blocking) in tail_forever()
1183 int new_flags = old_flags | (blocking ? 0 : O_NONBLOCK); in tail_forever()
[all …]
/coreutils/
DNEWS381 tee now handles non blocking outputs, which can be seen for example with
1118 when following a single tty, as the simple blocking loop used
1971 timeout now ensures that blocking of ALRM signals is not inherited from
3201 tail -f (inotify-enabled) now flushes any initial output before blocking.
4986 nonblock use non-blocking I/O
/coreutils/doc/
Dcoreutils.texi9421 independently of input blocking, and might deal with records that span
9804 Use non-blocking I/O.
15125 @code{O_NONDELAY} flag to prevent a POSIX tty from blocking
18589 or blocking behavior of the stream input functions.