Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp1311 pthread_t writer_thread; in TEST() local
1313 helper.CreateWriterThread(writer_thread, writer_tid); in TEST()
1322 ASSERT_EQ(0, pthread_join(writer_thread, nullptr)); in TEST()
1329 pthread_t writer_thread; in TEST() local
1331 helper.CreateWriterThread(writer_thread, writer_tid); in TEST()
1340 ASSERT_EQ(0, pthread_join(writer_thread, nullptr)); in TEST()