HomeSort by relevance Sort by last modified time
    Searched refs:writer_thread (Results 1 - 3 of 3) 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 280 pthread_t reader_thread, writer_thread, main_thread; variable
    [all...]
  /bionic/tests/
pthread_test.cpp 958 pthread_t writer_thread; local
960 helper.CreateWriterThread(writer_thread, writer_tid);
969 ASSERT_EQ(0, pthread_join(writer_thread, NULL));
976 pthread_t writer_thread; local
978 helper.CreateWriterThread(writer_thread, writer_tid);
987 ASSERT_EQ(0, pthread_join(writer_thread, NULL));
    [all...]

Completed in 1084 milliseconds