HomeSort by relevance Sort by last modified time
    Searched refs:writer_thread (Results 1 - 4 of 4) sorted by null

  /external/squashfs-tools/squashfs-tools/
restore.c 49 extern pthread_t reader_thread, writer_thread, main_thread;
141 pthread_cancel(writer_thread);
142 pthread_join(writer_thread, NULL);
mksquashfs.c 287 pthread_t reader_thread, writer_thread, main_thread; variable
    [all...]
  /external/fio/t/
read-to-pipe-async.c 69 struct writer_thread { struct
93 struct writer_thread *writer;
101 static struct writer_thread writer_thread; variable in typeref:struct:writer_thread
123 static struct work_item *find_seq(struct writer_thread *w, unsigned int seq)
241 struct writer_thread *wt = data;
472 void fn(struct writer_thread *),
473 struct writer_thread *wt)
536 static void prune_done_entries(struct writer_thread *wt)
567 struct writer_thread *wt
    [all...]
  /bionic/tests/
pthread_test.cpp 1180 pthread_t writer_thread; local
1198 pthread_t writer_thread; local
    [all...]

Completed in 88 milliseconds