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

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

Completed in 282 milliseconds