Lines Matching refs:reader_pid
1563 s->reader_pid = -1;
1643 if (s->reader_pid >= 0)
1645 kill (s->reader_pid, SIGTERM);
1646 waitpid (s->reader_pid, 0, 0);
1647 s->reader_pid = 0;
1907 if (s->reader_pid < 0)
1918 s->reader_pid = fork ();
1919 if (s->reader_pid == 0)
2178 if (s->reader_pid >= 0 && was_scanning)
2186 kill (s->reader_pid, SIGINT); /* tell reader to stop reading */
2209 waitpid (s->reader_pid, 0, 0);
2210 s->reader_pid = 0;