Lines Matching refs:file
114 # number in the wakeup file descriptor. _process_self_data() will
115 # read signal numbers from this file descriptor to handle signals.
352 async def _sock_sendfile_native(self, sock, file, offset, count):
359 fileno = file.fileno()
361 raise exceptions.SendfileNotAvailableError("not a regular file")
365 raise exceptions.SendfileNotAvailableError("not a regular file")
368 return 0 # empty file
416 # one being 'file' is not a regular mmap(2)-like
417 # file, in which case we'll fall back on using
911 """Child watcher implementation using Linux's pid file descriptors.
913 This child watcher polls process file descriptors (pidfds) to await child