Searched refs:reader_thread (Results 1 – 4 of 4) sorted by relevance
49 extern pthread_t reader_thread, writer_thread, main_thread;86 pthread_cancel(reader_thread); in restore_thrd()87 pthread_join(reader_thread, NULL); in restore_thrd()
287 pthread_t reader_thread, writer_thread, main_thread; variable4433 pthread_create(&reader_thread, NULL, reader, NULL); in initialise_threads()
76 struct reader_thread { struct94 struct reader_thread *reader; argument100 static struct reader_thread reader_thread; variable309 struct reader_thread *rt = work->reader; in reader_work()354 struct reader_thread *rt = data; in reader_fn()378 static void queue_work(struct reader_thread *rt, struct work_item *work) in queue_work()566 struct reader_thread *rt; in main()596 rt = &reader_thread; in main()
292 reader_thread = threading.Thread(target=read_process_stdout)293 reader_thread.start()317 reader_thread.join()