Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp958 pthread_t writer_thread; in TEST() local
960 helper.CreateWriterThread(writer_thread, writer_tid); in TEST()
969 ASSERT_EQ(0, pthread_join(writer_thread, NULL)); in TEST()
976 pthread_t writer_thread; in TEST() local
978 helper.CreateWriterThread(writer_thread, writer_tid); in TEST()
987 ASSERT_EQ(0, pthread_join(writer_thread, NULL)); in TEST()