Home
last modified time | relevance | path

Searched refs:reader_thread (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Drestore.c49 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()
Dmksquashfs.c287 pthread_t reader_thread, writer_thread, main_thread; variable
4433 pthread_create(&reader_thread, NULL, reader, NULL); in initialise_threads()
/external/fio/t/
Dread-to-pipe-async.c76 struct reader_thread { struct
94 struct reader_thread *reader; argument
100 static struct reader_thread reader_thread; variable
309 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()
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py292 reader_thread = threading.Thread(target=read_process_stdout)
293 reader_thread.start()
317 reader_thread.join()