Searched refs:writer_thread (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp890 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));

Completed in 35 milliseconds