Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dpthread_test.cpp1310 pthread_t writer_thread; in TEST() local
1312 helper.CreateWriterThread(writer_thread, writer_tid); in TEST()
1321 ASSERT_EQ(0, pthread_join(writer_thread, nullptr)); in TEST()
1328 pthread_t writer_thread; in TEST() local
1330 helper.CreateWriterThread(writer_thread, writer_tid); in TEST()
1339 ASSERT_EQ(0, pthread_join(writer_thread, nullptr)); in TEST()