Home
last modified time | relevance | path

Searched refs:writer_thread (Results 1 – 3 of 3) sorted by relevance

/external/fio/t/
Dread-to-pipe-async.c69 struct writer_thread { struct
93 struct writer_thread *writer; argument
101 static struct writer_thread writer_thread; variable
123 static struct work_item *find_seq(struct writer_thread *w, unsigned int seq) in find_seq()
241 struct writer_thread *wt = data; in writer_fn()
472 void fn(struct writer_thread *), in exit_thread() argument
473 struct writer_thread *wt) in exit_thread()
536 static void prune_done_entries(struct writer_thread *wt) in prune_done_entries()
567 struct writer_thread *wt; in main()
588 wt = &writer_thread; in main()
/external/squashfs-tools/squashfs-tools/
Drestore.c49 extern pthread_t reader_thread, writer_thread, main_thread;
141 pthread_cancel(writer_thread); in restore_thrd()
142 pthread_join(writer_thread, NULL); in restore_thrd()
Dmksquashfs.c287 pthread_t reader_thread, writer_thread, main_thread; variable
4434 pthread_create(&writer_thread, NULL, writer, NULL); in initialise_threads()