Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp891 pthread_t writer_thread; in TEST() local
893 helper.CreateWriterThread(writer_thread, writer_tid); in TEST()
902 ASSERT_EQ(0, pthread_join(writer_thread, NULL)); in TEST()
909 pthread_t writer_thread; in TEST() local
911 helper.CreateWriterThread(writer_thread, writer_tid); in TEST()
920 ASSERT_EQ(0, pthread_join(writer_thread, NULL)); in TEST()