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

  /bionic/tests/
pthread_test.cpp 963 pthread_t reader_thread; local
965 helper.CreateReaderThread(reader_thread, reader_tid);
966 ASSERT_EQ(0, pthread_join(reader_thread, NULL));
981 pthread_t reader_thread; local
983 helper.CreateReaderThread(reader_thread, reader_tid);
988 ASSERT_EQ(0, pthread_join(reader_thread, NULL));
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 281 pthread_t reader_thread, writer_thread, main_thread; variable
    [all...]

Completed in 201 milliseconds