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

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

Completed in 391 milliseconds