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

  /bionic/tests/
pthread_test.cpp 890 pthread_t writer_thread; local
892 helper.CreateWriterThread(writer_thread, writer_tid);
901 ASSERT_EQ(0, pthread_join(writer_thread, NULL));
908 pthread_t writer_thread; local
910 helper.CreateWriterThread(writer_thread, writer_tid);
919 ASSERT_EQ(0, pthread_join(writer_thread, NULL));
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 271 pthread_t reader_thread, writer_thread, main_thread; variable
    [all...]

Completed in 342 milliseconds