Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp1239 class RwlockKindTestHelper { class
1242 RwlockKindTestHelper* helper;
1245 ThreadArg(RwlockKindTestHelper* helper, std::atomic<pid_t>& tid) in ThreadArg()
1253 explicit RwlockKindTestHelper(int kind_type) { in RwlockKindTestHelper() function in RwlockKindTestHelper
1257 ~RwlockKindTestHelper() { in ~RwlockKindTestHelper()
1291 RwlockKindTestHelper* helper = arg->helper; in WriterThreadFn()
1300 RwlockKindTestHelper* helper = arg->helper; in ReaderThreadFn()
1308 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_READER_NP); in TEST()
1326 RwlockKindTestHelper helper(PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP); in TEST()