Lines Matching refs:read_fd
72 static void run_yielder(int use_threads, int read_fd);
75 static void run_low_priority(unsigned int num, int read_fd);
94 int read_fd = -1;
118 read_fd = fds[0];
154 run_low_priority(num_low_priority, read_fd);
196 read(read_fd, &ch, 1);
209 run_low_priority(num_low_priority, read_fd);
211 run_yielder(use_threads, read_fd);
227 read(read_fd, &ch, 1);
308 static void run_yielder(int use_threads, int read_fd)
311 <read_fd> The pipe to read the synchronisation byte from.
326 read(read_fd, &ch, 1);
341 read(read_fd, &ch, 1);
383 static void run_low_priority(unsigned int num, int read_fd)
386 <read_fd> The pipe to read the synchronisation byte from.
425 read(read_fd, &ch, 1);