Home | History | Annotate | Download | only in tests

Lines Matching defs:writer_thread

890   pthread_t writer_thread;
892 helper.CreateWriterThread(writer_thread, writer_tid);
901 ASSERT_EQ(0, pthread_join(writer_thread, NULL));
908 pthread_t writer_thread;
910 helper.CreateWriterThread(writer_thread, writer_tid);
919 ASSERT_EQ(0, pthread_join(writer_thread, NULL));